FTPConnectionOnUploaded(String, String, Int64, WriteMode, Exception) Method
Called when a file uploading 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 OnUploaded(
string localPath,
string remoteFile,
long bytesTransferred,
WriteMode writeMode,
Exception ex
)
Protected Overridable Sub OnUploaded (
localPath As String,
remoteFile As String,
bytesTransferred As Long,
writeMode As WriteMode,
ex As Exception
)
protected:
virtual void OnUploaded(
String^ localPath,
String^ remoteFile,
long long bytesTransferred,
WriteMode writeMode,
Exception^ ex
)
abstract OnUploaded :
localPath : string *
remoteFile : string *
bytesTransferred : int64 *
writeMode : WriteMode *
ex : Exception -> unit
override OnUploaded :
localPath : string *
remoteFile : string *
bytesTransferred : int64 *
writeMode : WriteMode *
ex : Exception -> unit
Parameters
- localPath String
- Path of local file.
- remoteFile String
- Path of remote file.
- bytesTransferred Int64
-
- writeMode WriteMode
-
- ex Exception
- Exception thrown (if failed)