edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionUploading Event

Occurs when a file is about to be uploaded to the server.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual event FTPFileTransferEventHandler Uploading

Value

Type: EnterpriseDT.Net.FtpFTPFileTransferEventHandler
Remarks
The FTPFileTransferEventArgs argument passed to handlers has a Cancel property, that, if set to true will result in the transfer being cancelled.
See Also