17:41
To: twsocket@elists.org
Subject: Re: [twsocket] ICS FTP Client - Next question
> I have found that if I call TypeBinaryAsync first and then in the
> Request event (ftpTypeSetAsync) I now call GetAsync
You only need to set type once, and if you are using Async events then
OnRequestD
> I have found that if I call TypeBinaryAsync first
> and then in the Request event (ftpTypeSetAsync) I now call GetAsync
You only need to set type once, and if you are using Async events then
OnRequestDone is where you check your state mechanism for the next
command. Personally, I mostly use th
-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Angus Robertson - Magenta Systems Ltd
Sent: 17 July 2012 15:46
To: twsocket@elists.org
Subject: Re: [twsocket] ICS FTP Client - Next question
> The problem is that for every carri
> The problem is that for every carriage return I get an additional
> non-Unicode carriage return.
> The ICS FTP Client component has the "Binary" property set TRUE.
But are you calling the TypeBinary or TypeSet methods that actually send
the TYPE command?
Angus
--
To unsubscribe or change you
So now I have another issue which I'm sure someone will know the answer to.
I am copying Unicode files from my FTP server to a local directory. The
problem is that for every carriage return I get an additional non-Unicode
carriage return. So for a CR LF where I should receive 0D 00 0A 00, I get 0D