An NDoc Documented Class Library

FTPFileTransferEventArgs Properties

The properties of the FTPFileTransferEventArgs class are listed below. For a complete list of FTPFileTransferEventArgs class members, see the FTPFileTransferEventArgs Members topic.

Public Instance Properties

Appended Indicates whether or not data was appended to the remote file.
Bytes Reference to byte-array if LocalDataType is ByteArray.
Cancel Cancel transfer.
FileSize Size of remote file (see remarks)
LocalDataType Type of local data source/destination.
LocalPath Path of local file if LocalDataType is File.
RemoteFile Name of remote file.
Stream Reference to Stream if LocalDataType is Stream.

See Also

FTPFileTransferEventArgs Class | EnterpriseDT.Net.Ftp Namespace