FTPConnectionOnDownloading(String, String, Boolean, 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(
ref string localPath,
string remoteFile,
ref bool resume,
out long remoteFileSize,
out DateTime remoteModTime
)
Protected Function OnDownloading (
ByRef localPath As String,
remoteFile As String,
ByRef resume As Boolean,
<OutAttribute> ByRef remoteFileSize As Long,
<OutAttribute> ByRef remoteModTime As DateTime
) As Boolean
protected:
bool OnDownloading(
String^% localPath,
String^ remoteFile,
bool% resume,
[OutAttribute] long long% remoteFileSize,
[OutAttribute] DateTime% remoteModTime
)
member OnDownloading :
localPath : string byref *
remoteFile : string *
resume : bool byref *
remoteFileSize : int64 byref *
remoteModTime : DateTime byref -> bool
- localPath String
- Path of local file.
- remoteFile String
- Path of remote file.
- resume Boolean
-
- remoteFileSize Int64
-
- remoteModTime DateTime
-
Booleantrue if the operation is to continue.