Angus Robertson - Magenta Systems Ltd wrote:
> Not sure why you using Wireshark, the FTP component has all the events
> you need to log the FTP protocol, even without the logger component.
I think he uses Wireshark because, and that makes sense, he wants
to know whether or not the server response
> My code is basically a state machine. In the FtpRequestDone event,
> it decides what to do next.
I used a similar state machine in another application, but prefer the
sync calls for complex applications, and then use a thread per transfer.
TMagFtp has been tested with 200 simultaneous download
More clues.
1:
Tried the xferdemo3 and that works ok.
2:
My code is basically a state machine. In the FtpRequestDone event, it
decides what to do next. So after a CWD and a possible Mkdir commands it
does the putAsync. Nothing then happens until the next event which should be
a ftpPutAsync. Howev