[twsocket] FTP Put using streams

2008-04-18 Thread Harold Holmes
I have a bitmap in a timage and I'd like to send that image to the server without saving the file to the local harddrive first. Is it possible to use a stream to do this? Best regards, Harold -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/

[twsocket] FTP Question

2006-11-28 Thread Harold Holmes
erver. If I do the same file upload using FTP Voyager the numbers come out exact. Is there something else I need to be setting to get the upload to work correctly? Best regards, Harold Holmes Executing Requested Command > PASV < 227 Entering Passive Mode (205,234,110,250,130,76) ! Uploa

Re: [twsocket] FTP Question

2006-11-28 Thread Harold Holmes
> You probably forgot to call TypeSet after setting binary/text mode. Yup, about 2 minutes after I sent this message out I figured that out. Thanks! Harold -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our

[twsocket] FTP Upload via stream

2006-04-28 Thread Harold Holmes
ostream(ms); ms.position:=0; //assign the stream to the ftpclient somehow?? ftpclient.put; Is this possible with ICS? Best regards, Harold Holmes -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our websi