TransferEventArgs(Stream, String, TransferDirection, FTPTransferType) Constructor
Constructor
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public TransferEventArgs(
Stream localStream,
string remoteFilename,
TransferDirection direction,
FTPTransferType transferType
)
Public Sub New (
localStream As Stream,
remoteFilename As String,
direction As TransferDirection,
transferType As FTPTransferType
)
public:
TransferEventArgs(
Stream^ localStream,
String^ remoteFilename,
TransferDirection direction,
FTPTransferType transferType
)
new :
localStream : Stream *
remoteFilename : string *
direction : TransferDirection *
transferType : FTPTransferType -> TransferEventArgs
Parameters
- localStream Stream
-
The stream 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