FTPConnectionOnDownloaded(String, String, Int64, Boolean, Exception, Int64, DateTime) Method
Called when a file downloading operation has completed (though it may have been cancelled).
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual void OnDownloaded(
string localPath,
string remoteFile,
long bytesTransferred,
bool resume,
Exception ex,
long remoteFileSize,
DateTime remoteModTime
)
Protected Overridable Sub OnDownloaded (
localPath As String,
remoteFile As String,
bytesTransferred As Long,
resume As Boolean,
ex As Exception,
remoteFileSize As Long,
remoteModTime As DateTime
)
protected:
virtual void OnDownloaded(
String^ localPath,
String^ remoteFile,
long long bytesTransferred,
bool resume,
Exception^ ex,
long long remoteFileSize,
DateTime remoteModTime
)
abstract OnDownloaded :
localPath : string *
remoteFile : string *
bytesTransferred : int64 *
resume : bool *
ex : Exception *
remoteFileSize : int64 *
remoteModTime : DateTime -> unit
override OnDownloaded :
localPath : string *
remoteFile : string *
bytesTransferred : int64 *
resume : bool *
ex : Exception *
remoteFileSize : int64 *
remoteModTime : DateTime -> unit
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
-