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

Misleading path when responding to symlinks outside user home directory #180

Open
giampaolo opened this issue May 28, 2014 · 1 comment
Open
Assignees
Labels
bug Component-Library imported imported from old googlecode site and very likely outdated

Comments

@giampaolo
Copy link
Owner

From g.rodola on July 13, 2011 19:08:42

What steps will reproduce the problem?  
1. set up a symlink pointing to a path outside user home directory as described 
in issue 55 , e.g. a symlink called "foo" pointng to /tmp/foo 
2. try to obtain access to that link (e.g. "CWD foo")

pyftpdlib will reply with:
550 "/" points to a path which is outside the user's root directory.

expected response should be:
550 "foo" points to a path which is outside the user's root directory.

Original issue: http://code.google.com/p/pyftpdlib/issues/detail?id=180

@giampaolo giampaolo self-assigned this May 28, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on October 31, 2011 10:12:26

Labels: -Milestone-0.6.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Component-Library imported imported from old googlecode site and very likely outdated
Projects
None yet
Development

No branches or pull requests

1 participant