An NDoc Documented Class Library

FTPConnection.OnDownloaded Method (String, String, Int64, Boolean, Exception, Int64, DateTime)

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

protected virtual void OnDownloaded(
   string localPath,
   string remoteFile,
   long bytesTransferred,
   bool resume,
   Exception ex,
   long remoteFileSize,
   DateTime remoteModTime
);

Parameters

localPath
Path of local file.
remoteFile
Path of remote file.
bytesTransferred
resume
ex
Exception thrown (if failed)
remoteFileSize
remoteModTime

See Also

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