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

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void Get(
	string local,
	string remote
)
Visual Basic
Public Overridable Sub Get ( _
	local As String, _
	remote As String _
)
Visual C++
public:
virtual void Get(
	String^ local, 
	String^ remote
)

Parameters

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

Implements

IFileTransferClient..::..Get(String, String)

See Also