]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
SFTP: write an error message to standard error for unrecognized shell commands. Chang...
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 29 Jul 2011 23:31:02 +0000 (16:31 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 29 Jul 2011 23:31:02 +0000 (16:31 -0700)
commita2699ea6f635c9920e159b4b10fbc82b473dbc08
treeb4a35e378e1b6aada5fc1c554b6fa747b5b1abe1
parentb21a4f6b3f70cf00a16437c3a1ccc72ca15715a1
SFTP: write an error message to standard error for unrecognized shell commands. Change the existing message for shell sessions to be written to standard error, and refactor some duplicated code. Also change the lines of the error messages to end in CRLF, and take into account Kevan's review comments. fixes #1442, #1446
src/allmydata/frontends/sftpd.py
src/allmydata/test/test_sftp.py