An NDoc Documented Class Library

FTPConnection.OnUploaded Method (Byte[], String, Boolean)

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

protected virtual void OnUploaded(
   byte[] bytes,
   string remoteFile,
   bool append
);

Parameters

bytes
Byte-array to upload.
remoteFile
Path of remote file.
append
Flag indicating whether or not the remote file was being appended to.

See Also

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