-
Notifications
You must be signed in to change notification settings - Fork 32
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
path issues #17
Comments
The first part of this report I cannot make heads or tails of. What do you do to get The second part is an attempt at helping users not shooting themselves in the foot. I just noticed it's a little buggy ... but the intention is: If you really want to serve a folder that is writable to uftpd, then start it with |
The latter part of your report is now fixed, it now always complains about security violation, unless |
Sorry for the misconceptions. The first part is that a relative path as parameter isn't working here. I guess the shell expands ~/Downloads to a full path and this works here all the time. About the second part. Does it mean that the ftp root isn't writable except I use |
No worries, I just cannot reproduce the first part so anything you could assist with to help reproduce it would be greatly appreciated. Second part: Yes. This to support an "upload/" sub-directory or similar. |
I'm not sure if this helps. If I execute Version: 2.6
|
Ah, thanks reproduced! :) Looking into it ... |
There, pretty sure I fixed it! :-) |
Thanks for the great work you have done now and before! If it isn't too much to ask then maybe you can create a new release please. It would allow me to use AUR for upgrading. |
Working on it! ;-) |
Latest release out now --> https://github.com/troglobit/uftpd/releases/tag/v2.7 |
If the path parameter on cli is something like
uftpd … Downloads
and notuftpd … ~/Downloads
I get als: Access failed: 550 No such file or directory.
error message.Sometimes I get error messages like below. But I'm not sure what it means and I'm not able to reproduce it with other paths. Besides everything in my $HOME is writable to uftpd. The only difference here is that I used a chattr +i on the files in the folder but when I cut the last element of the path I can access the folder and download the files.
Thanks for this cool tool!
The text was updated successfully, but these errors were encountered: