FTPConnectionOnDownloaded(Byte, String, Int64, 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(
byte[] bytes,
string remoteFile,
long bytesTransferred,
Exception ex,
long remoteFileSize,
DateTime remoteModTime
)
Protected Overridable Sub OnDownloaded (
bytes As Byte(),
remoteFile As String,
bytesTransferred As Long,
ex As Exception,
remoteFileSize As Long,
remoteModTime As DateTime
)
protected:
virtual void OnDownloaded(
array<unsigned char>^ bytes,
String^ remoteFile,
long long bytesTransferred,
Exception^ ex,
long long remoteFileSize,
DateTime remoteModTime
)
abstract OnDownloaded :
bytes : byte[] *
remoteFile : string *
bytesTransferred : int64 *
ex : Exception *
remoteFileSize : int64 *
remoteModTime : DateTime -> unit
override OnDownloaded :
bytes : byte[] *
remoteFile : string *
bytesTransferred : int64 *
ex : Exception *
remoteFileSize : int64 *
remoteModTime : DateTime -> unit
Parameters
- bytes Byte
- Byte-array containing downloaded data.
- remoteFile String
- Path of remote file.
- bytesTransferred Int64
-
- ex Exception
- Exception thrown (if failed)
- remoteFileSize Int64
-
- remoteModTime DateTime
-