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

SSHFTPClientGet(String, String) Method

Get data from the SFTP server using the currently set transfer mode.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override void Get(
	string local,
	string remote
)

Parameters

local  String
Local file to put data in.
remote  String
Name of remote file in current directory.

Implements

IFileTransferClientGet(String, String)

See Also