Permission Denied (General questions)
Hi,
I get Permission denied error while downloading the file from Host server to loca machine.
WeOnlyDo.Exceptions.SFTP.ServerException: Server returned an error: Permission denied
at WeOnlyDo.Client.SFTP.GetFile(String LocalPath, String RemoteFile)
i can see the list of files from Host server but thinks need to add some permission to the application
can some one help????
Re: Permission Denied
Sanjay,
I believe I just replied to you on our ticketing system. Can you please check your e-mail inbox?
regards,
Damba
Server returned an error: No such file or folder
I am returning to using your product after several years, I get the error messge mentioned when tryong to get a file, I can see the file in list directory.
What am i doing wrong.
Darren
Re: Permission Denied
Hi Darren,
The most probable reason is that you're calling GetFile on a file that actually doesn't exist. Are you providing full Absolute path to the file on server (usually something like /home/user/somefile.txt ?
Regards,
Damba