Page 1 of 1

Error Code 5 on SFTP Download

Posted: Thu 03 May 2012 19:26
by bambino01
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!