summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2004-11-22 07:27:21 +0000
committerRobey Pointer <robey@lag.net>2004-11-22 07:27:21 +0000
commita8a023a2432753bc6bdfdd0011b66869642845d0 (patch)
tree7c4b11ad93f31c821d09f29f2c1d510701850583 /README
parent611d66428ed7d1885c406e490dfe8bd7a3307fea (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--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1360c17d..32184944 100644
--- a/README
+++ b/README
@@ -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?