method to check if ftp server is available?

Advertisement

George A.
Guest

method to check if ftp server is available?

Hello.
Is there a way to check if ftp server is available before sending ftp command to it?
Session.Opened member does not provide server status.
I tried stopping ftp server between requests, and it seems like there is no way to detect if it is available.
The way I see it is to create another instance of the Session object and try to open it...
If I stop server with live connection, component hangs at this method "ElementLogReader.Read(LogReadFlags flags)" or this one "SessionElementLogReader.Read(LogReadFlags flags)"...
Any suggestions?
thank you.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,567
Location:
Prague, Czechia

Re: method to check if ftp server is available?

George A. wrote:

If I stop server with live connection, component hangs at this method "ElementLogReader.Read(LogReadFlags flags)" or this one "SessionElementLogReader.Read(LogReadFlags flags)"...
It does not hang. It should timeout eventually.

Please attach a full session log file showing the problem (using the latest version of WinSCP).

To generate the session log file, set Session.SessionLogPath. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.

Reply with quote

George A.
Guest

never mind

thank you.
The point was to check if internet, server, and network are available before sending command or creating connection. i have solved the problem by writing my own code.
thank you anyway.

Reply with quote

Advertisement

You can post new topics in this forum