edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionOnDownloaded(String, String, Int64, Boolean, Exception, Int64, DateTime) Method

Called when a file downloading operation has completed (though it may have been cancelled).

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual void OnDownloaded(
	string localPath,
	string remoteFile,
	long bytesTransferred,
	bool resume,
	Exception ex,
	long remoteFileSize,
	DateTime remoteModTime
)

Parameters

localPath  String
Path of local file.
remoteFile  String
Path of remote file.
bytesTransferred  Int64
 
resume  Boolean
 
ex  Exception
Exception thrown (if failed)
remoteFileSize  Int64
 
remoteModTime  DateTime
 

See Also