An NDoc Documented Class Library

TransferEventArgs Constructor (String, String, TransferDirection, FTPTransferType)

Constructor

public TransferEventArgs(
   string localFilePath,
   string remoteFilename,
   TransferDirection direction,
   FTPTransferType transferType
);

Parameters

localFilePath
Path of the local file to be uploaded or downloaded (null for Stream and byte[] transfers)
remoteFilename
The remote file name to be uploaded or downloaded
direction
Upload or download
transferType
ASCII or binary

See Also

TransferEventArgs Class | EnterpriseDT.Net.Ftp Namespace | TransferEventArgs Constructor Overload List