Occurs when a file is uploaded to the FTP server.

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

Syntax

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

See Also