> QUIT < 221-Goodbye. You uploaded 0 and downloaded 0 kbytes. < 221 Logout. ...Ok ***** Download dei file di stato... Errore: FTP component not connected > QUIT
1) Don't issue QUIT twice. 2) Most likely you are using an old version, since issuing QUIT when not connected does not trigger an error since 2006 (see procedure TCustomFtpCli.SendCommand(Cmd : String)). > PORT 192,168,1,3,6,219 < 500 I won't open a connection to 192.168.1.3 (only to 80.116.124.8) 3) The client obviously is behind a dump router, smart routers automatically translate the local IP address sent with the PORT command into the public IP address. Use passive mode in this case. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- 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