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

SSHSCPClientGet(String) Method

Get data from the SFTP server.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public byte[] Get(
	string remoteFile
)

Parameters

remoteFile  String
Name of remote file in current directory.

Return Value

Byte

Implements

IFileTransferClientGet(String)

Remarks

Transfers in whatever mode we are in. Retrieve as a byte array. Note that we may experience memory limitations as the entire file must be held in memory at one time.

See Also