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

FTP download folder empty #4268

Closed
cyberduck opened this issue Mar 2, 2010 · 4 comments
Closed

FTP download folder empty #4268

cyberduck opened this issue Mar 2, 2010 · 4 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

33fe4bc created the issue

This issue can be reproduced by connecting to a ftp server with username and password auth, and drag any folder in the server to desktop. CyberDuck tries to download it and the transmission window appears, but the downloaded folder is always empty in size, without any content regardless the state of original folder.

This issue causes huge inconvenience and I regard this download folder is a fundamental function of a FTP client. Hence I would rate it to be high priority. I noticed that there was someone reporting this issue in the forum but no one has submitted a ticket yet.

Current OS: MacOSX 10.6.2
CD version: 3.4.1(5780)
Locale: Chinese Simplified

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Cannot reproduce this behavior. Please post the transcript from View → Log Drawer.

@cyberduck
Copy link
Collaborator Author

33fe4bc commented

Hi, thanks for your reply. I have thought this maybe the problem of one particular server but I have used it on several FTP servers the problem still persists. Here is the transcript for one particular session, where I was trying to download a folder "img" which contains 2 images. It gives me 0 bytes downloaded:

220-Matrix FTP server ready.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 Please note: files for your website must be stored under the htdocs directory.
USER anglolinguist.com
331 User anglolinguist.com OK. Password required
PASS ********
230 OK. Current directory is /htdocs
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 ESTP
 PASV
 EPSV
 SPSV
 ESTA
211 End.
NOOP
200 Zzz...
CWD /htdocs/assets/img
250 OK. Current directory is /htdocs/assets/img
SYST
215 UNIX Type: L8
STAT /htdocs/assets/img
213-STAT
drwxrwxrwx    2 user_373 vweb         4096 Mar  2 23:47 .
drwx---rwx    3 user_373 vweb         4096 Mar  2 16:20 ..
-rw-rw-rw-    1 user_373 vweb        17926 Mar  2 16:20 logo-dark-big.png
-rw-rw-rw-    1 user_373 vweb        32029 Mar  2 23:47 malogo.png
213 End.
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

@cyberduck
Copy link
Collaborator Author

s0mean commented

I am having exactly the same issue, with ftp folder downloading under OSX snow leopard. I have been suffering from this issue since the 1st version of Cyberduck in SL. Could anyone help?

The transcript code for one download session:

220-Matrix FTP server ready.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 Please note: files for your website must be stored under the htdocs directory.
USER example.com
331 User example.com OK. Password required
PASS ********
230 OK. Current directory is /
FEAT
211-Extensions supported:
 EPRT
 IDLE
 MDTM
 SIZE
 REST STREAM
 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
 MLSD
 ESTP
 PASV
 EPSV
 SPSV
 ESTA
211 End.
NOOP
200 Zzz...
CWD /htdocs/about
250 OK. Current directory is /htdocs/about
SYST
215 UNIX Type: L8
STAT /htdocs/about
213-STAT
drwx---rwx    2 338591   500          4096 Jul 27  2009 .
drwx---rwx   27 338591   500          4096 Feb 17 08:28 ..
-rw----r--    1 338591   500          1435 Jul 27  2009 index.html
213 End.
QUIT
221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
221 Logout.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot replicate this issue. If posting another transcript, please take the one from the log drawer in the Transfers window.

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

No branches or pull requests

2 participants