Fabrice Vendé wrote: > I have just tested on Delphi XE with exactly the same result !
I use current TFtpCli in production without a problem so far. Also I just did a test with the OverbyteIcsTst demo and was not able to reproduce the issue: < 220 Welcome to xyz FTP service. Session Connected, error = 0 > USER ..... < 331 Please specify the password. > PASS ..... < 230 Login successful. Request ConnectAsync Done. StatusCode = 230 LastResponse was : '230 Login successful.' No error Executing Requested Command > CWD / < 250 Directory successfully changed. Request CwdAsync Done. StatusCode = 250 LastResponse was : '250 Directory successfully changed.' No error Directory is "" Executing Requested Command > PASV < 227 Entering Passive Mode (214,174,55,47,207,243) ! Upload Size 6 > STOR foo.txt < 150 Ok to send data. < 226 File receive OK. ! 6bytes received/sent in 188 milliseconds Request PutAsync Done. StatusCode = 226 LastResponse was : '226 File receive OK.' No error Looks like something on our side IMO. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be