We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi twoftpd-anon is not working? or I can't figure out how to use it?
Simple command from the readme file tcpserver -v 127.0.0.1 1234 twoftpd-anon
tcpserver -v 127.0.0.1 1234 twoftpd-anon
Ftp client shows error: 421 Missing $UID
421 Missing $UID
IF I try to set UID UID=$(id -u) tcpserver -v 127.0.0.1 1234 twoftpd-anon
UID=$(id -u) tcpserver -v 127.0.0.1 1234 twoftpd-anon
then I get another error: bash: UID: readonly variable
bash: UID: readonly variable
This is debian buster and twotcpd version 1.42-1.2
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
twoftpd-anon is not working?
or I can't figure out how to use it?
Simple command from the readme file
tcpserver -v 127.0.0.1 1234 twoftpd-anon
Ftp client shows error:
421 Missing $UID
IF I try to set UID
UID=$(id -u) tcpserver -v 127.0.0.1 1234 twoftpd-anon
then I get another error:
bash: UID: readonly variable
This is debian buster and twotcpd version 1.42-1.2
Thanks
The text was updated successfully, but these errors were encountered: