You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using s3fs as a file system for Mina SFTP, i'm unable to change directory (cd):
sftp> ls -l
d--------- 1 OWNER@ GROUP@ 0 Jan 25 10:51 bar
d--------- 1 OWNER@ GROUP@ 0 Jan 25 10:42 foo
sftp> cd foo
Can't change directory: Can't check target
POSIX permissions are not being returned for these directories, which is causing an exception in the SFTP client when attempting to cd to the directory. This is fixed by: #96
When using s3fs as a file system for Mina SFTP, i'm unable to change directory (
cd
):POSIX permissions are not being returned for these directories, which is causing an exception in the SFTP client when attempting to
cd
to the directory. This is fixed by:#96
Versions:
My file system factory looks like:
The text was updated successfully, but these errors were encountered: