Occurs when a command connection to the FTP server is unexpectedly closed.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public event FtpConnectEventHandler FtpConnectionLostEvent
Visual Basic
Public Event FtpConnectionLostEvent As FtpConnectEventHandler
Visual C++
public:
 event FtpConnectEventHandler^ FtpConnectionLostEvent {
	void add (FtpConnectEventHandler^ value);
	void remove (FtpConnectEventHandler^ value);
}

See Also