edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

TransferEventArgs(Stream, String, TransferDirection, FTPTransferType) Constructor

Constructor

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public TransferEventArgs(
	Stream localStream,
	string remoteFilename,
	TransferDirection direction,
	FTPTransferType transferType
)

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

See Also