Occurs when a response is received from the FTP server.

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

Syntax

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

See Also