Occurs when a command is sent to the FTP server.

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

Syntax

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

See Also