>>> If authentication is required to issue a command the server should
>>> send an error code, typically 530.
>> Okay, will pay attention to it. Is there any short overview of the
>> FTP-protocols available? Afaik the RFCs are a bit longish I fear.
>
> RFCs are the standards, there's no way aroun
Wilfried Mestdagh wrote:
>> And for the timeout, if I asked if there is a method to know the
>> connection type or connection speed, it's because users can use this
>> system with high speed connection or very low speed connection.
>
> If you use async you dont have to worry. Winsock will timeou
Hello and thanks for these explanations
I thought that with async mode, I couldnt do sequential action. So if you
say me that its better in async mode that sync mode, Im going to test it.
Its stupid because I had finished my tool !!! I hope that its almost the
same thing to do !
Hello