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

Fails to parse Microsoft FTP directory listing #3701

Closed
cyberduck opened this issue Sep 11, 2009 · 6 comments
Closed

Fails to parse Microsoft FTP directory listing #3701

cyberduck opened this issue Sep 11, 2009 · 6 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

42bc855 created the issue

In Cyberduck;
Image Hosted by ImageShack.us
Shot at 2009-09-11

In Fireftp
Image Hosted by ImageShack.us
Shot at 2009-09-11

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

220 Microsoft FTP Service
USER ftp_rtl
331 Password required for ftp_rtl.
PASS ********
230 User ftp_rtl logged in.
CWD /
250 CWD command successful.
STAT /
213-status of /:
12-25-08  06:07PM       <DIR>          _private
12-25-08  06:07PM       <DIR>          _vti_log
12-26-08  06:49PM       <DIR>          aspnet_client
12-04-06  12:43PM                65335 fon1.kucuk.jpg
09-09-09  03:51PM       <DIR>          Ftp
09-25-07  03:15PM                 1421 index.htm
01-08-09  09:36AM       <DIR>          picture_library
12-26-08  06:49PM       <DIR>          users
12-04-06  03:11PM                37658 yapim.jpg
213 End of status.
FEAT
211-FEAT
  SIZE
  MDTM
211 END
PASV
227 Entering Passive Mode (84,51,18,105,14,177).
LIST -a
125 Data connection already open; Transfer starting.
12-25-08  06:07PM       <DIR>          _private
12-25-08  06:07PM       <DIR>          _vti_cnf
12-25-08  06:07PM       <DIR>          _vti_log
12-25-08  06:07PM       <DIR>          _vti_pvt
12-25-08  06:07PM       <DIR>          _vti_script
12-25-08  06:07PM       <DIR>          _vti_txt
12-26-08  06:49PM       <DIR>          aspnet_client
12-04-06  12:43PM                65335 fon1.kucuk.jpg
09-09-09  03:51PM       <DIR>          Ftp
09-25-07  03:15PM                 1421 index.htm
01-08-09  09:36AM       <DIR>          picture_library
11-13-08  05:27PM                 5632 Thumbs.db
12-26-08  06:49PM       <DIR>          users
12-04-06  03:11PM                37658 yapim.jpg
226 Transfer complete.
PASV
227 Entering Passive Mode (84,51,18,105,14,178).
LIST
125 Data connection already open; Transfer starting.
12-25-08  06:07PM       <DIR>          _private
12-25-08  06:07PM       <DIR>          _vti_log
12-26-08  06:49PM       <DIR>          aspnet_client
12-04-06  12:43PM                65335 fon1.kucuk.jpg
09-09-09  03:51PM       <DIR>          Ftp
09-25-07  03:15PM                 1421 index.htm
01-08-09  09:36AM       <DIR>          picture_library
12-26-08  06:49PM       <DIR>          users
12-04-06  03:11PM                37658 yapim.jpg
226 Transfer complete.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 401d0d8.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please post a current transcript that includes the response to SYST.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reverted in 9ac2cec. Need response to SYST from the server.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Assumption that SYST response is Windows_NT version 5.0 in 1c9da0d.

@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