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

No filelisting and unable to upload on Windows IIS MS DOS FTP #1182

Closed
cyberduck opened this issue Jul 21, 2007 · 4 comments
Closed

No filelisting and unable to upload on Windows IIS MS DOS FTP #1182

cyberduck opened this issue Jul 21, 2007 · 4 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

1d37cb4 created the issue

I think Cyberduck doesn't support Windows IIS' MS-DOS mode. In IIS you can choose from either UNIX mode or MS DOS mode.

The bug is I can login to a certain server, but the directory listing is empty, and when I try to upload things, I get an access denied. The FTP log from the command prompt is listed below (made anonymous with *****):

Connected to 154.sub192.****.nl.
220 abc01 Microsoft FTP Service (Version 5.0).
Name (**.***.***.***.***:*******): *******
331 Password required for *********.
Password:
230-Welkom bij de FTP Server van *********.
230 User immense logged in.
Remote system type is Windows_NT.
ftp> dir
500 'EPSV': command not understood
227 Entering Passive Mode (**,***,***,***,6,217).
125 Data connection already open; Transfer starting.
07-21-07  07:56AM       <DIR>          db
07-10-07  07:29PM       <DIR>          res
07-16-07  10:31AM       <DIR>          www
226 Transfer complete.
ftp> cd www
250 CWD command successful.
ftp> dir
227 Entering Passive Mode (***,***,***,**,6,229).
125 Data connection already open; Transfer starting.
07-10-07  07:32PM                69610 Algemene Leveringsvoorwaarden *******.pdf
07-11-07  12:52AM       <DIR>          aspnet_client
07-10-07  07:30PM       <DIR>          auth
07-03-07  01:55PM       <DIR>          cgi-bin
07-10-07  07:32PM                  428 global.asa
07-03-07  01:55PM       <DIR>          icon
07-10-07  07:29PM       <DIR>          img
07-10-07  07:32PM       <DIR>          include
07-10-07  07:32PM                 3384 index.html
07-10-07  07:32PM       <DIR>          js
07-10-07  07:37PM       <DIR>          kandidaten
07-10-07  07:32PM       <DIR>          lib
07-10-07  07:37PM       <DIR>          opdrachtgevers
07-10-07  07:32PM                 1309 stijl1.css
07-10-07  07:32PM       <DIR>          style
07-15-07  02:40PM       <DIR>          temp
07-10-07  07:32PM       <DIR>          vacatures
226 Transfer complete.
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Same for version 2.8b1?

@cyberduck
Copy link
Collaborator Author

1d37cb4 commented

Yeah, I'm using 2.8b1. Changed the version.

The transcript of the file upload with access denied is:

220 abc01 Microsoft FTP Service (Version 5.0).
USER ******
331 Password required for immense.
PASS ********
230-Welkom bij de FTP Server van ******.
230 User ****** logged in.
SYST
215 Windows_NT version 5.0
NOOP
200 NOOP command successful.
CWD /
250 CWD command successful.
PASV
227 Entering Passive Mode (***,***,***,***,14,61).
LIST -a
125 Data connection already open; Transfer starting.
226 Transfer complete.
NOOP
200 NOOP command successful.
TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (***,***,***,***,14,63).
STOR build.php
550 build.php: Access is denied. 
QUIT
221  Tot Ziens .... en tot de volgende keer

@cyberduck
Copy link
Collaborator Author

d8552e4 commented

I'm having the same issue with a Windows SFTP server running Foxit WAC Server (the server in question is a private departmental server, so I can't link to it for testing); worth noting is that the directory listing from this server is formatted almost exactly like the one quoted above, except using four-digit years in the date. A sampling:

04-24-2007  06:55PM       <DIR>          My Documents
03-01-2007  11:51AM               246814 notepad2.zip
03-31-2007  01:55PM                  600 winscp.RND

It appears that parsing this particular format for a directory listing is causing Cyberduck to choke, regardless of whether it's FTP or SFTP.

@cyberduck
Copy link
Collaborator Author

perry commented

s0rdG7 ckde82FskbVa9Hhf3d

@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