Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying unknown UNIX permissions #9629

Closed
cyberduck opened this issue Jul 21, 2016 · 6 comments
Closed

Displaying unknown UNIX permissions #9629

cyberduck opened this issue Jul 21, 2016 · 6 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

8cfe659 created the issue

Hello - Since El Capitan, CyberDuck does not seem to display permissions on files after a restart. It seems to be able to assign permissions, and the permissions stick, but you can not view permissions after restarting the machine. Mac Pro, El Capitan Server 5

Is this normal behaviour? It seems to have changed since earlier versions or earlier OS..

Thanks


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

8cfe659 commented

Replying to [comment:2 dkocher]:

Please post the transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

8cfe659 commented

220 128.100.181.178 FTP server (tnftpd 20100324+GSSAPI) ready.
USER netadmin
331 User netadmin accepted, provide password.
PASS ********
230 User netadmin logged in.
FEAT
211-Features supported
 MDTM
 MLST Type*;Size*;Modify*;Perm*;Unique*;
 REST STREAM
 SIZE
 TVFS
211 End
SYST
215 UNIX Type: L8 Version: tnftpd 20100324+GSSAPI
SITE CHMOD 755 /zweb/wwcptest
200 CHMOD command successful.

@cyberduck
Copy link
Collaborator Author

8cfe659 commented

Actually even after a reconnect the permissions are not displayed

Philip

Replying to [9629 pcottrell59]:

Hello - Since El Capitan, CyberDuck does not seem to display permissions on files after a restart. It seems to be able to assign permissions, and the permissions stick, but you can not view permissions after restarting the machine. Mac Pro, El Capitan Server 5

Is this normal behaviour? It seems to have changed since earlier versions or earlier OS..

Thanks

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We are reading the permissions from output of MLSD from the server which is missing the unix.mode fact for files. As a workaround, disable the usage of MLSD in Cyberduck using the hidden setting

defaults write ch.sudo.cyberduck ftp.command.mlsd false

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In a3110a1.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants