Checks if client is connected to FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
Remarks
To check if an FTP client is connected to an FTP server a NOOP (No Operation)
command is sent to the FTP server. If a connection has been lost then
a value of false will be returned and an FtpConnectionLostEvent
is fired.