Occurs when the user has been authenticated and the FTP server is established.

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

Syntax

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

See Also