SSHSCPClientGet(String) Method
Get data from the SFTP server.
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public byte[] Get(
string remoteFile
)
Public Function Get (
remoteFile As String
) As Byte()
public:
virtual array<unsigned char>^ Get(
String^ remoteFile
) sealed
abstract Get :
remoteFile : string -> byte[]
override Get :
remoteFile : string -> byte[]
- remoteFile String
- Name of remote file in current directory.
ByteIFileTransferClientGet(String)
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.