Get data from the FTP server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public virtual byte[] Get( string remoteFile ) |
Visual Basic |
---|
Public Overridable Function Get ( _ remoteFile As String _ ) As Byte() |
Visual C++ |
---|
public: virtual array<unsigned char>^ Get( String^ remoteFile ) |
Parameters
- remoteFile
- Type: System..::..String
Name of remote file in current directory.
Implements
IFileTransferClient..::..Get(String)
Remarks
Transfers in whatever mode we are in. Retrieve as a byte array. Note
that we may experience memory limitations as the
entire file must be held in memory at one time.