Re: [twsocket] [FTP Client] Binary Mode

2005-05-20 Thread Francois Piette
I have question about using Binary Mode. If I set FTPClient.Binary = True, my data is transmited in Ascii mode anyway. Because the server doesn't know you have changed the way data has to be transfered and FTP protocol default to ascii. You _must_ call method TypeSet to send the information

Re: [twsocket] [FTP Client] Binary Mode

2005-05-20 Thread Artem Antonov
On Fri, 20 May 2005 17:12:45 +0400 Artem Antonov [EMAIL PROTECTED] wrote: Hello, I have question about using Binary Mode. If I set FTPClient.Binary = True, my data is transmited in Ascii mode anyway. Thanks, I've already managed with this problem. Best regards, Artem Antonov. -- To unsubscribe