An NDoc Documented Class Library

FTPConnection.OnDownloading Method (Stream, String)

Called when a file is about to be downloaded.

protected bool OnDownloading(
   Stream destStream,
   string remoteFile
);

Parameters

destStream
Stream to which data will be written.
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