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

FTPConnectionDownloaded Event

Occurs when a file has been downloaded from the server.

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

Value

Type: EnterpriseDT.Net.FtpFTPFileTransferEventHandler
Remarks
The FTPFileTransferEventArgs argument passed to handlers has a Cancel property, that indicates whether or not the transfer was cancelled.
See Also