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

Directory listing failure for file sizes given in Kb or MB #1076

Closed
cyberduck opened this issue Mar 22, 2007 · 3 comments
Closed

Directory listing failure for file sizes given in Kb or MB #1076

cyberduck opened this issue Mar 22, 2007 · 3 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

087272c created the issue

initially thought i was running into: #1007

but this scenario isn't triggered by lowercase:

# ftp-tls -z certsok -z private ftp://ftp:ftp@A.B.C.D/incoming/ 

Connected to A.B.C.D. 
220 ProFTPd A.B.C.D 
234 AUTH TLS successful 
[Starting SSL/TLS negotiation...] 
[Cipher: DHE-RSA-AES256-SHA (256 bits)] 
200 PBSZ 0 successful 
200 Protection set to Private 
Remote system type is UNIX. 
Using binary mode to transfer files. 
331 Anonymous login ok, send your complete email address as your password 
230 Anonymous access granted, restrictions apply 
200 Type set to I 
250 CWD command successful 
250 CWD command successful 
ftp> ls -al 
229 Entering Extended Passive Mode (|||62570|) 
150 Opening ASCII mode data connection for file list 
drwxrwxrwt 2 ftp operator 4.0k Mar 22 18:00 . 
dr-xr-xr-x 8 ftp operator 4.0k Dec 19 2005 .. 
-rw-rw-rw- 1 ftp operator 9.0M Mar 22 17:44 Cyberduck-2.7.3.dmg 
-rw-r--r-- 1 root wheel 8.7M Mar 10 14:49 Cyberduck-2897.tar.gz 
-rw-rw-rw- 1 ftp operator 61.8M Mar 7 18:42 GC Wayfinding pics.zip 
-rw-rw-rw- 1 ftp operator 172.4k Mar 7 16:01 HEALY071.TXT 
-rw-rw-rw- 1 ftp operator 9.9k Mar 7 16:31 HEALY072.TXT 
-rw-rw-rw- 1 ftp operator 2.9k Mar 22 13:52 LM test.pdf 
-rw-rw-rw- 1 ftp operator 2.9k Mar 22 13:51 testMDH.pdf 
-rw-rw-rw- 1 ftp operator 2.9k Mar 22 14:04 testMDH2.pdf 
226 Transfer complete 
ftp> quit 

2.7.3 fails to display this directory (and Cyberduck-2897.tar.gz)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The parser failure is triggered by the 2.9k, 9.0M etc. which are supposed to be in bytes.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#1500 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Resolved in b51d83a.

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

No branches or pull requests

2 participants