The event handler receives an argument of type TransferEventArgs containing data related to this event. The following TransferEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Direction | Gets the transfer direction |
LocalByteArray | Gets the byte-array being transferred to/from. |
LocalFilePath | Gets the path of the local file. |
LocalStream | Gets the stream being transferred to/from. |
RemoteFilename | Gets the remote filename |
TransferType | Gets the transfer type |
IFileTransferClient Interface | EnterpriseDT.Net.Ftp Namespace