Displaying 2 results from an estimated 2 matches for "start_directory".
Did you mean:
share_directory
2023 May 26
3
[Bug 3575] New: wrong usage message: "-Q protocol_feature" is an invalid query type
...Assignee: unassigned-bugs at mindrot.org
Reporter: max at mx17.net
When running the executable /usr/lib/openssh/sftp-server, there is an
issue with the displayed message of the usage parameter "-Q".
# /usr/lib/openssh/sftp-server -h
usage: sftp-server [-ehR] [-d start_directory] [-f log_facility]
[-l log_level]
[-P denied_requests] [-p allowed_requests] [-u umask]
sftp-server -Q protocol_feature
# /usr/lib/openssh/sftp-server -Q protocol_feature
Invalid query type
I think "-Q" supports only "requests":
case '...
2013 Jun 04
1
[PATCH] add restricted mode to sftp-server
Hello.
These patches add a new mode of operation for the sftp server.
It is located between the ordinary, unrestricted mode and read-only mode.
It allows you to add files to the server, but only if these files do
not exist on the server before.
Changes to existing files - are prohibited.
Please review them, maybe these patches will be useful not only to me.
Thank you.
-------------- next part