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

Reports Failure even though upload succeeded #6445

Closed
cyberduck opened this issue Dec 16, 2011 · 1 comment
Closed

Reports Failure even though upload succeeded #6445

cyberduck opened this issue Dec 16, 2011 · 1 comment
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

59e4cf3 created the issue

All of the versions of Cyberduck (I'm currently using 4.2) have the same problem when an upload has finished. It reports that the upload failed and prompts you to upload again. This is the case for any FTP site I upload to when the file is relatively large (200MB or more). As soon as the upload is complete, I get a failure notification, yet the uploads never fail. It does not seem to be the case with smaller files. Otherwise, works great.

Below is the full transcript from the Log Drawer

220 EFT Server Enterprise 6.3.8 Build 07.18.2011.2
FEAT
530 Please login with USER and PASS.
USER DeutscheWelle
331 Password required for DeutscheWelle.
PASS ********
230 Login OK. Proceed.
NOOP
200 Command OK.
SYST
215 XXXXXXXXXXXXX
STAT /
211-FTP server status:
    Connected to 68.0.209.95 at Friday, December 16, 2011, 9:51:38
    Logged in as DeutscheWelle
    TYPE: ASCII, STRUcture: File, transfer MODE: Stream
    No data connection.
211 End of status
CWD /
250 Folder changed to "/".
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (205,153,36,191,109,96).
LIST -a
150 Opening ASCII mode data connection for file list.
-rw-rw-rw-   1 user     group         447 Oct  3  2007 .message
drwxrw-rw-   1 user     group           0 Nov 23 10:34 DWpromos
-rw-rw-rw-   1 user     group     5248174 Dec 16 08:46 DWWeekly1_20111217.wav
-rw-rw-rw-   1 user     group   280390348 Dec 16 09:02 DWWeekly2_20111217.wav
226 Transfer complete. 288 bytes transferred. 288 bps.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (205,153,36,191,109,96).
STOR /test.wav
150 Opening BINARY mode data connection for /test.wav.
NOOP
220 EFT Server Enterprise 6.3.8 Build 07.18.2011.2
FEAT
530 Please login with USER and PASS.
USER DeutscheWelle
331 Password required for DeutscheWelle.
PASS ********
230 Login OK. Proceed.
SITE CHMOD 644 /test.wav
501 Command not understood.
QUIT
221 Service closing control connection.

Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #6108.

@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