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

Unexpected "CHMOD not supported" message #965

Closed
cyberduck opened this issue Nov 28, 2006 · 0 comments
Closed

Unexpected "CHMOD not supported" message #965

cyberduck opened this issue Nov 28, 2006 · 0 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

06d42ce created the issue

Upload of folder finishes with:

The last action could not be completed due to the following errors:

FTP Error: Upload failed
< destination path name name >
CHMOD not supported

There is one of these errors for each file uploaded (seeTransfers Transcript below).

However, the transfers appear to have occurred successfully and the new files are available on my website.

Problem occured after updating to Cyberduck 2.7 (2600)

Problem is repeatable and consistent.

Workaround is revert to Cyberduck 2.6.2 (2396)

Transcript begins:

220 ProFTPD 1.2.10 Server (ProFTPD f2s Installation) [194.106.33.45]
USER davel
331 Password required for davel.
PASS ********
230 User davel logged in.
SYST
215 UNIX Type: L8
NOOP
200 NOOP command successful
CWD /www.davel.f2s.com/hendrecoed
250 CWD command successful
PASV
227 Entering Passive Mode (194,106,33,45,253,211).
LIST -a
150 Opening ASCII mode data connection for file list
drwxr-xr-x   7 davel    none         4096 Nov 27 14:04 .
drwxr-xr-x   4 davel    none         4096 Jul  9  2005 ..
-rw-r--r--   1 davel    none           10 May  9  2005 .lastUpload
drwxr-xr-x   5 davel    none         4096 Nov 27 13:59 Wilkinson
-rwxrwxrwx   1 davel    none         2302 Oct 28  2005 index.html
drwxr-xr-x   2 davel    none         4096 Aug 20 22:44 other
-rw-r--r--   1 davel    none           90 Dec 20  2005 phpinfo.php
drwxr-xr-x   3 davel    none         4096 Oct 13 10:06 private
-rw-r--r--   1 davel    none           51 Apr  3  2006 robots.txt
drwxr-xr-x   2 davel    none         4096 Jun 27  2005 wilkinson
drwxr-xr-x   3 davel    none         4096 Apr  3  2006 wms
-rw-r--r--   1 davel    none         1411 Dec 20  2005 yaz.php
226 Transfer complete.
NOOP
200 NOOP command successful
MKD /www.davel.f2s.com/hendrecoed/Merioneth-Manganese
257 "/www.davel.f2s.com/hendrecoed/Merioneth-Manganese" - Directory successfully created
SITE CHMOD 777 /www.davel.f2s.com/hendrecoed/Merioneth-Manganese
200 SITE CHMOD command successful
NOOP
200 NOOP command successful
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (194,106,33,45,229,46).
STOR /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/fixIE.js
150 Opening BINARY mode data connection for /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/fixIE.js
226 Transfer complete.
SITE CHMOD 644 /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/fixIE.js
200 SITE CHMOD command successful
NOOP
200 NOOP command successful
MKD /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/furtherInfo
257 "/www.davel.f2s.com/hendrecoed/Merioneth-Manganese/furtherInfo" - Directory successfully created
SITE CHMOD 777 /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/furtherInfo
200 SITE CHMOD command successful
NOOP
200 NOOP command successful

< ... lots of similar stuff deleted ... >

PASV
227 Entering Passive Mode (194,106,33,45,251,26).
STOR /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/style.css
150 Opening BINARY mode data connection for /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/style.css
226 Transfer complete.
SITE CHMOD 644 /www.davel.f2s.com/hendrecoed/Merioneth-Manganese/style.css
200 SITE CHMOD command successful
QUIT
221 Goodbye.
@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.
Projects
None yet
Development

No branches or pull requests

2 participants