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. > > Thanks, I've already managed with this problem. When you ask a question and then find the problem yourself, please, please, reply yourself to your message, post the

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 unsubscrib

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