Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.6k views
in .NET FTP by
I had a question about the timeout property....

1. Is the timeout relating to the connection timeout (i.e. when initially tryign to connect to the server) or does is relate to when the ftp session expries?

2. Is there a timeout event? I would like to be notified when the timeout happens, so that I can refersh my menu states. How can this be done?

3 Answers

0 votes
by (162k points)
No and no. It is a timeout for socket read/writes.

I had a question about the timeout property....

1. Is the timeout relating to the connection timeout (i.e. when initially tryign to connect to the server) or does is relate to when the ftp session expries?

2. Is there a timeout event? I would like to be notified when the timeout happens, so that I can refersh my menu states. How can this be done?
0 votes
by
When I leave teh connection open for more than 15 minutes, I get an error: Received: 421 Timeout (900 secs). How can I disable this timeout or change the timeout value?

Thanks
0 votes
by (162k points)
That's a server setting.

You should either close the connection if you are not using it, or use NoOperation() every 5-10 minutes to prevent a timeout.

When I leave teh connection open for more than 15 minutes, I get an error: Received: 421 Timeout (900 secs). How can I disable this timeout or change the timeout value?

Thanks

Categories

...