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

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

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