FTPConnectionOnDownloading(String, Int64, DateTime) Method
Called when a file is about to be downloaded.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected bool OnDownloading(
string remoteFile,
out long remoteFileSize,
out DateTime remoteModTime
)
Protected Function OnDownloading (
remoteFile As String,
<OutAttribute> ByRef remoteFileSize As Long,
<OutAttribute> ByRef remoteModTime As DateTime
) As Boolean
protected:
bool OnDownloading(
String^ remoteFile,
[OutAttribute] long long% remoteFileSize,
[OutAttribute] DateTime% remoteModTime
)
member OnDownloading :
remoteFile : string *
remoteFileSize : int64 byref *
remoteModTime : DateTime byref -> bool
- remoteFile String
- Path of remote file.
- remoteFileSize Int64
-
- remoteModTime DateTime
-
Booleantrue if the operation is to continue.