SFTP upload file Permission denied

You seemed to upload your local file “C:\Workspace\upload-file\test.xlsx” to remote directory, “/var/www/folder” on SFTP. I guess you have all permissions for reading,writing,executing etc on your local file(“C:\Workspace\upload-file\test.xlsx”), but your remote folder, “/var/www/folder”, might not accept your application’s access including “upload” action. SOLUTION: The most simplest way to solve this issue is just granting all permission for all users to do anything … Read more