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

IIS security usage problem #1584

Closed
cyberduck opened this issue Jan 13, 2008 · 3 comments
Closed

IIS security usage problem #1584

cyberduck opened this issue Jan 13, 2008 · 3 comments
Assignees
Labels
enhancement ftp FTP Protocol Implementation wontfix

Comments

@cyberduck
Copy link
Collaborator

anonymous created the issue

In IIS it is possible to have a root folder for ftp without the preceding '/'. Cyberduck however seems to always prefix the root folder with the '/'. This will prevent access to the FTP site than. (FTP users must now the exact rootfolder name this way, since otherwise it will remain invisible.)

Suggestion:
If no '/' is entered in the root folder, do not prefix it automatically either. This might break users bookmarks, but until that is a possibility I cannot use Cyberduck for my intentional setup.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please attach the transcript from the log drawer. It should be possible to specify a non-absolute path in the bookmark setting.

@cyberduck
Copy link
Collaborator Author

anonymous commented

Log220 Microsoft FTP Service

USER some_user_name
331 Password required for some_user_name.
PASS ********
230 User some_user_name logged in.
SYST
215 Windows_NT
PWD
257 "/" is current directory.
NOOP
200 NOOP command successful.
CWD /defaultsite
250 CWD command successful.
PORT 192,168,1,13,237,38
200 PORT command successful.
LIST -a
150 Opening ASCII mode data connection for /bin/ls.

Result

There is no result returned since IIS is not configured to return a listing for '/defaultsite' it'll only return that for 'defaultsite'. The path setting for CuberDuck is 'defaultsite', yet the change-dir mentions '/defaultsite'. Perhaps a CWD defaultsite would be appropriate?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server responds with PWD 257 "/" is current directory. The server should know better.

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

No branches or pull requests

2 participants