SSHFTPClientGet(String, String) Method
Get data from the SFTP server using the currently
set transfer mode.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void Get(
string local,
string remote
)
Public Overrides Sub Get (
local As String,
remote As String
)
public:
virtual void Get(
String^ local,
String^ remote
) override
abstract Get :
local : string *
remote : string -> unit
override Get :
local : string *
remote : string -> unit
- local String
- Local file to put data in.
- remote String
- Name of remote file in current directory.
IFileTransferClientGet(String, String)