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

FTPConnectionOnDownloading(String, String, Boolean, Int64, DateTime) Method

Called when a file is about to be downloaded.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected bool OnDownloading(
	ref string localPath,
	string remoteFile,
	ref bool resume,
	out long remoteFileSize,
	out DateTime remoteModTime
)

Parameters

localPath  String
Path of local file.
remoteFile  String
Path of remote file.
resume  Boolean
 
remoteFileSize  Int64
 
remoteModTime  DateTime
 

Return Value

Boolean
true if the operation is to continue.

See Also