An NDoc Documented Class Library

FTPConnection.OnDownloading Method (String, String)

Called when a file is about to be downloaded.

protected bool OnDownloading(
   ref string localPath,
   string remoteFile
);

Parameters

localPath
Path of local file.
remoteFile
Path of remote file.

Return Value

true if the operation is to continue.

See Also

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