-
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
TFTP WRQ not implemented yet #25
Comments
Thanks, great to hear other people like uftpd too :-) The idea is to have the FTP/TFTP root directory read-only and then have an upload/ sub-directory with write permissions. Or create a world-writable file in the root directory. I've reproduced your bug in my setup. I'll have a look at it later today. |
Yes. Having such light weight apps like this is god sent especially when we dont have sudo permissions. Hmm... I tried creating a world writable file and then performing a put operation but still get the same error. I see an |
Oups! The root cause of the issue you've reported is that support for TFTP I'm making this a feature request for the next release. Thank you for reporting this! |
The |
Cool!! looking forward to it. |
There, the latest code on master, unreleased but versioned v2.10-beta1, supports TFTP WRQ. I've tested it quite thoroughly:
|
@rADikal8e7 If you could give it a spin before I release the final version, that would be greatly appreciated! :-) |
It is aliveeeee!!!!! it works as expected. I am going to try out a couple of different things but the base put functionality is validated. Thanks a ton on the amazing turnaround time @troglobit
|
Awesome, glad to hear it actually works! :-) If you find something, whatever it may be, then just open a new issue in the tracker. Otherwise I'll push out the v2.10 GA later this week. |
Just released v2.10, so if you want to switch to the released version it's available here 👉 https://github.com/troglobit/uftpd/releases/tag/v2.10 |
Done. v2.10 holds up good. 👍 |
Hello @troglobit
First off amazingly simple tool!! I installed this on using linuxbrew/homebrew on my redhat machine and am serving files from my workspace. Get operations work seemlessly but somehow put operations do not work. I have tried giving full permissions to the folder and ensured selinux enforcements are disabled.
Am i missing some basic option like a -c flag according to 'in.tftpd' man page?
https://linux.die.net/man/8/in.tftpd
The text was updated successfully, but these errors were encountered: