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

FTPConnectionOnDownloading(String, 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(
	string remoteFile,
	out long remoteFileSize,
	out DateTime remoteModTime
)

Parameters

remoteFile  String
Path of remote file.
remoteFileSize  Int64
 
remoteModTime  DateTime
 

Return Value

Boolean
true if the operation is to continue.

See Also