Discuss this help topic in SecureBlackbox Forum

SFTP: Download remote file to local file or stream

File transfer methods of TElSimpleSFTPClient class have TransferMode parameter, which specifies how the component behaves when the remote file with the specified name exists.

When TransferMode is set to FileTransferMode.ftmResume and the destination file is smaller than the source file / stream, the transfer is resumed from the position next to the size of the detination file.

How To articles about SFTP client

Discuss this help topic in SecureBlackbox Forum