]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
SFTP: a posix-rename response should actually return an FXP_STATUS reply, not an...
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 25 May 2010 03:33:23 +0000 (20:33 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 25 May 2010 03:33:23 +0000 (20:33 -0700)
commite81ce2bbd2eb4aaa5986cb22038aed604414b182
tree3f4d092355e23b105eed66e43c5ede4fcccaa11c
parent8f86490d48957a46e4fa7492b2748e2a6f8afec5
SFTP: a posix-rename response should actually return an FXP_STATUS reply, not an FXP_EXTENDED_REPLY as Twisted Conch assumes. Work around this by raising an SFTPError with code FX_OK.
src/allmydata/frontends/sftpd.py
src/allmydata/test/test_sftp.py