TransferEventArgs(String, String, TransferDirection, FTPTransferType) Constructor
Constructor
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public TransferEventArgs(
string localFilePath,
string remoteFilename,
TransferDirection direction,
FTPTransferType transferType
)
Public Sub New (
localFilePath As String,
remoteFilename As String,
direction As TransferDirection,
transferType As FTPTransferType
)
public:
TransferEventArgs(
String^ localFilePath,
String^ remoteFilename,
TransferDirection direction,
FTPTransferType transferType
)
new :
localFilePath : string *
remoteFilename : string *
direction : TransferDirection *
transferType : FTPTransferType -> TransferEventArgs
Parameters
- localFilePath String
-
Path of the local file to be uploaded or downloaded (null for Stream and byte[] transfers)
- remoteFilename String
-
The remote file name to be uploaded or downloaded
- direction TransferDirection
-
Upload or download
- transferType FTPTransferType
-
ASCII or binary