Re: [twsocket] FTP Client - Server close Connection

2005-05-10 Thread Francois Piette
> Thanks. Does it mean that I can cyclical send some command (for > example, to get list of files) each minute, and in the case of error > user get message : "Error connection"? If your goal is to keep the connection alive (most server close it if no command is sent), then yes, you can simply sen

Re: [twsocket] FTP Client - Server close Connection

2005-05-10 Thread Artem Antonov
On Tue, 10 May 2005 11:40:01 +0200 "Francois Piette" <[EMAIL PROTECTED]> wrote: how can I control from client application (with TFTPClient component) that server close connection? You have an error message or an exception when you send a command. And how can I upload files to my ftp directory (a

Re: [twsocket] FTP Client - Server close Connection

2005-05-10 Thread Francois Piette
> how can I control from client application (with TFTPClient component) > that server close connection? You have an error message or an exception when you send a command. > And how can I upload files to my ftp directory (and downloads them > from it)? If user doesn't have permissions on writing,