Permission Denied - Error Code 3
Hello,
Hopefully someone here can point me in the right direction. I have an SFTP server where I'm only giving a particular user list permissions for a folder tree up until they get to the subdirectory they actually need read permissions to. My user is running into issues when using WinSCP, as it tries to open a folder using SSH_FXP_LSTAT, which to my knowledge requires read permissions. FileZilla works fine, as it only uses SSH_FXP_OPEN.
I'm not a frequent WinSCP user, myself. I tend to stick with FileZilla as an FTP/SFTP client. Is there any way to get WinSCP to do a regular OPEN instead of an LSTAT? I really want to avoid giving the user read permissions to all parent folders in order to allow WinSCP to work.
Thanks!
Hopefully someone here can point me in the right direction. I have an SFTP server where I'm only giving a particular user list permissions for a folder tree up until they get to the subdirectory they actually need read permissions to. My user is running into issues when using WinSCP, as it tries to open a folder using SSH_FXP_LSTAT, which to my knowledge requires read permissions. FileZilla works fine, as it only uses SSH_FXP_OPEN.
I'm not a frequent WinSCP user, myself. I tend to stick with FileZilla as an FTP/SFTP client. Is there any way to get WinSCP to do a regular OPEN instead of an LSTAT? I really want to avoid giving the user read permissions to all parent folders in order to allow WinSCP to work.
Thanks!