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

Keep getting "Permission denied" error #3159

Closed
cyberduck opened this issue May 1, 2009 · 2 comments
Closed

Keep getting "Permission denied" error #3159

cyberduck opened this issue May 1, 2009 · 2 comments
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation high priority

Comments

@cyberduck
Copy link
Collaborator

69fb9ca created the issue

This error stops me updating several clients' web sites! When uploading files that already exist (to be replaced) I keep getting errors like this...

FTP Error: Cannot read file attributes
/photo/2009.html
/photo/2009.html: Permission denied
226 Transfer complete.
SITE CHMOD 644 2009.html
200 SITE CHMOD command successful
SITE UTIME 2009.html 20090501114715 20090501114715 20090501114715 UTC
500 'SITE UTIME' not understood
QUIT
221 Goodbye.
@cyberduck
Copy link
Collaborator Author

69fb9ca commented

-rw-r--r-- 1 myclientswebdomain www 73 Aug 25 2005 robots.txt
-rw-r--r-- 1 myclientswebdomain www 4543 Nov 24 13:41 sitemap.html
-rw-r--r-- 1 myclientswebdomain www 2168 Nov 24 14:04 sitemap.xml
drwxr-xr-x 2 myclientswebdomain www 512 Sep 5 2008 space
211 End of status
NOOP
200 NOOP command successful
TYPE I
200 Type set to I
SIZE /public_html/new-showrrom.gif
213 18336
NOOP
200 NOOP command successful
MDTM /public_html/new-showrrom.gif
550 /public_html/new-showrrom.gif: Permission denied
PASV
227 Entering Passive Mode (80,189,92,38,153,64)
STOR new-showrrom.gif
150 Opening BINARY mode data connection for new-showrrom.gif
226 Transfer complete.
SITE CHMOD 644 new-showrrom.gif
200 SITE CHMOD command successful
SITE UTIME new-showrrom.gif 20090502064754 20090502064754 20090502064754 UTC
500 'SITE UTIME' not understood
QUIT
221 Goodbye.

This is the error I'm getting today.

Despite this and the red "FTP Error: Cannot read file attributes - /public_html/new-showrrom.gif: Permission denied" error the file WAS uploaded properly. This may have been the case in the past but I was clicking "retry" until the file seemed to successfully upload. I now think the files ARE uploading, and this is a spurious error.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In #3209.

@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 duplicate ftp FTP Protocol Implementation high priority
Projects
None yet
Development

No branches or pull requests

2 participants