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

Message indicates failed upload when okay #966

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

Message indicates failed upload when okay #966

cyberduck opened this issue Nov 28, 2006 · 0 comments
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

66f51bf created the issue

Uploading files (.wmv & .asf) resulted in a message saying that the upload failed, followed by CHMOD not supported. Trying again exhibited same behavior. Log shows that chmod properly executed. Manual check confirmed.

220 172.18.111.31 FTP server ready
USER pbandj
331 Password required for pbandj.
PASS ********
230 User pbandj logged in.
SYST
215 UNIX Type: L8
NOOP
200 NOOP command successful
CWD /
250 CWD command successful
PASV
227 Entering Passive Mode (68,99,123,140,30,95).
LIST -a
150 Opening ASCII mode data connection for file list
drwxrwxr-x   2 (?)      (?)          4096 Nov 28 04:46 .
drwxrwxr-x   2 (?)      (?)          4096 Nov 28 04:46 ..
--w-------   1 (?)      (?)            75 Dec  8  2003 .quota
-rw-r--r--   1 (?)      (?)       1635041 Jun 12 01:18 Brett_LLS_Graduation.mov
-rw-r--r--   1 (?)      (?)         36352 Nov 11 21:02 PBresume.doc
-rw-r--r--   1 (?)      (?)         37950 Nov 11 21:04 PBresume.rtf
-rw-r--r--   1 (?)      (?)          9568 Nov 11 21:04 PBresume.txt
-rw-r--r--   1 (?)      (?)       3456900 Nov 28 04:49 ReligiousDebate.wmv
226 Transfer complete.
NOOP
200 NOOP command successful
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (68,99,123,140,30,140).
STOR /Oldfolks.asf
150 Opening BINARY mode data connection for /Oldfolks.asf
226 Transfer complete.
SITE CHMOD 644 /Oldfolks.asf
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.
Labels
bug duplicate ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants