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

Syntax

C#
byte[] Get(
	string remoteFile
)
Visual Basic
Function Get ( _
	remoteFile As String _
) As Byte()
Visual C++
array<unsigned char>^ Get(
	String^ remoteFile
)

Parameters

remoteFile
Type: System..::..String

See Also