edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPConnectionOnUploaded(String, String, Int64, WriteMode, Exception) Method

Called when a file uploading operation has completed (though it may have been cancelled).

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
protected virtual void OnUploaded(
	string localPath,
	string remoteFile,
	long bytesTransferred,
	WriteMode writeMode,
	Exception ex
)

Parameters

localPath  String
Path of local file.
remoteFile  String
Path of remote file.
bytesTransferred  Int64
 
writeMode  WriteMode
 
ex  Exception
Exception thrown (if failed)

See Also