SSHClient download - File not found

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
dmitchell
Posts: 1
Joined: Fri 17 Jun 2022 16:40

SSHClient download - File not found

Post by dmitchell » Mon 20 Jun 2022 16:38

Using the SSHClient demo provided I am able to upload files fine but anything to do with viewing/downloading fails.

Code: Select all

  ScSSHClient1.Connect;
  ScSFTPClient1.Initialize;
  S := ScSFTPClient1.RetrieveAbsolutePath('/attachments/test1.txt');
  ScSFTPClient1.DownloadFile(S, 'C:\_Temp\1.txt', True );
EScSFTPHandledError 'SFTP server error occurred: File not found'

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: SSHClient download - File not found

Post by Dimon » Wed 29 Jun 2022 11:52

We have answered you by e-mail.

Post Reply