An NDoc Documented Class Library

FTPConnection.OnUploaded Method (String, String, Int64, Boolean, Boolean, Exception)

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

protected virtual void OnUploaded(
   string localPath,
   string remoteFile,
   long bytesTransferred,
   bool append,
   bool resume,
   Exception ex
);

Parameters

localPath
Path of local file.
remoteFile
Path of remote file.
bytesTransferred
append
Flag indicating whether or not the remote file was being appended to.
resume
ex
Exception thrown (if failed)

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace | FTPConnection.OnUploaded Overload List