Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
void Get(
	string localPath,
	string remoteFile
)
Visual Basic
Sub Get ( _
	localPath As String, _
	remoteFile As String _
)
Visual C++
void Get(
	String^ localPath, 
	String^ remoteFile
)

Parameters

localPath
Type: System..::..String
remoteFile
Type: System..::..String

See Also