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

Not downloading or uploading anymore #5781

Closed
cyberduck opened this issue Mar 14, 2011 · 1 comment
Closed

Not downloading or uploading anymore #5781

cyberduck opened this issue Mar 14, 2011 · 1 comment
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

79c1f83 created the issue

Hi
on an ftp server I use regularly, CD is no longer able to download or upload soething. The Activity Window just says "Preparing" and then at some point just fails with an "I/O Error: Download Failed – Read time out".
I can still access that ftp with fetch, so I don't think anything on the server or my firewall has changed.

I can still see what is on the ftp server, move and rename files, but not download or upload. I had upgraded to CD 4.0.1 and then I could no longer even see any contents of the server, just a completely empty window.

Here's the log drawer contents of Cyberduck 3.8.1

220 FTP Server ready.
FEAT
211-Features:
 MDTM
 MFMT
 UTF8
 MFF modify;UNIX.group;UNIX.mode;
 MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
 REST STREAM
 LANG zh-CN;ko-KR;zh-TW;fr-FR;en-US;it-IT;bg-BG;ru-RU
 SIZE
211 End
USER login
331 Password required for login
PASS ********
230 User login logged in.
OPTS UTF8 ON
500 OPTS UTF8 ON not understood
NOOP
200 NOOP command successful
NOOP
200 NOOP command successful
CWD /dir
250 CWD command successful
SYST
215 UNIX Type: L8
STAT /dir
211-Status of /dir:
 drwx-wx-wx   3 login   ftpdata      4096 Mar 14 13:39 .
 drwxrwxrwx   5 login   ftpdata      4096 Mar 10 17:39 ..
 -rw-r--r--   1 user ftpdata  12671228 Mar 10 19:29 25.pdf
211 End of status
TYPE I
200 Type set to I
PORT 192,168,1,4,197,224
200 PORT command successful
RETR /dir/25.pdf
QUIT

When I open CD 4.0.1 I still have the activity history in the Transfer window. Clicking on the same file as above to re-attempt download gives this og of CD 4.0.1 for the same server:

220 FTP Server ready.
FEAT
211-Features:
 MDTM
 MFMT
 UTF8
 MFF modify;UNIX.group;UNIX.mode;
 MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
 REST STREAM
 LANG zh-CN;ko-KR;zh-TW;fr-FR;en-US;it-IT;bg-BG;ru-RU
 SIZE
211 End
USER login
331 Password required for fcbday
PASS ********
230 User login logged in.
OPTS UTF8 ON
500 OPTS UTF8 ON not understood
NOOP
200 NOOP command successful
NOOP
200 NOOP command successful
SYST
215 UNIX Type: L8
CWD /dir
250 CWD command successful
TYPE A
200 Type set to A
PORT 192,168,1,4,198,124
200 PORT command successful
MLSD

then "I/O Error: Read timed out".

For the moment this means CD is completely unusable for me.
Cheers,
M.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #5763. Please update to the latest snapshot build.

@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

1 participant