An NDoc Documented Class Library

FTPConnection.OnUploading Method (String, String, Boolean)

Called when a file is about to be uploaded.

protected bool OnUploading(
   string localPath,
   string remoteFile,
   bool append
);

Parameters

localPath
Path of local file.
remoteFile
Path of remote file.
append
Flag indicating whether or not the remote file is being appended to.

Return Value

true if the operation is to continue.

See Also

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