TransferEventArgs(Byte, String, TransferDirection, FTPTransferType) Constructor
Constructor
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public TransferEventArgs(
byte[] localByteArray,
string remoteFilename,
TransferDirection direction,
FTPTransferType transferType
)
Public Sub New (
localByteArray As Byte(),
remoteFilename As String,
direction As TransferDirection,
transferType As FTPTransferType
)
public:
TransferEventArgs(
array<unsigned char>^ localByteArray,
String^ remoteFilename,
TransferDirection direction,
FTPTransferType transferType
)
new :
localByteArray : byte[] *
remoteFilename : string *
direction : TransferDirection *
transferType : FTPTransferType -> TransferEventArgs
Parameters
- localByteArray Byte
-
The byte-array being transferred to/from.
- remoteFilename String
-
The remote file name to be uploaded or downloaded
- direction TransferDirection
-
Upload or download
- transferType FTPTransferType
-
ASCII or binary