CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/01/03 19:03:57
Modified files: usr.bin/ssh : sftp.c Log message: Implement tab-completion of commands, local and remote filenames for sftp. Hacked on and off for some time by myself, mouring, Carlos Silva (via 2009 Google Summer of Code) and polished to a fine sheen by myself again. It should deal more-or-less correctly with the ikky corner-cases presented by quoted filenames, but the UI could still be slightly improved. In particular, it is quite slow for remote completion on large directories. bz#200; ok markus@