Error Code 5 on SFTP Download

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
bambino01
Posts: 1
Joined: Thu 03 May 2012 19:13

Error Code 5 on SFTP Download

Post by bambino01 » Thu 03 May 2012 19:26

Hi all, i'm using delphi 7 with SecureBridge
When i try to download a file from server a get the following error:
System Error Code 5: Access denied
The destination folder has full control to all user
Can you please help me?
This is the code
filename := '/srvfolder/archivo1.bpl;
filedest := 'C:\myfolder\archivo1.bpl';
ScSFTPClient1.DownloadFile(filename,filedest,true);

Thanks in Advance!

Post Reply