diff options
author | Robey Pointer <robey@lag.net> | 2004-11-22 07:27:21 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-11-22 07:27:21 +0000 |
commit | a8a023a2432753bc6bdfdd0011b66869642845d0 (patch) | |
tree | 7c4b11ad93f31c821d09f29f2c1d510701850583 /README | |
parent | 611d66428ed7d1885c406e490dfe8bd7a3307fea (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-113]
sftp server support!
finally check in sftp_handle (file handle abstraction), sftp_si (server
interface), and sftp_server (server implementation) -- all of which make
a roughly 90% implementation of server-side sftp.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,4 +204,4 @@ v0.9 FEAROW * multi-part auth not supported (ie, need username AND pk) * server mode needs better documentation * sftp server mode - +* figure out if there's a way to put stdout/stderr on different channels? |