summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IPv6 support for sftp (which I bungled in my last patch) which ismouring2001-04-161-3/+5
* Add support for:mouring2001-04-121-7/+13
* do not modify an actual argv[] entryderaadt2001-04-081-2/+2
* fix whitespace: unexpand + trailing spaces.markus2001-04-051-3/+3
* Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingdjm2001-03-071-3/+1
* sftp -b batchfile; mouring@etoh.eviladmin.orgderaadt2001-03-061-3/+15
* clean up arg processing. based on work by Christophe_Moret@hp.commarkus2001-03-031-13/+10
* do not kill the subprocess on termination (we will see if this helps thingsderaadt2001-02-281-4/+1
* allow sftp over ssh protocol 1; ok djm@markus2001-02-081-10/+34
* Don't forward agent and X11 in sftp. Suggestion from Roumen Petrovdjm2001-02-071-2/+4
* Fix -o option under getopt; ok markus@djm2001-02-061-1/+2
* Wait for ssh subprocess at exitdjm2001-02-061-2/+3
* Use getopt to process commandline argumentsdjm2001-02-061-21/+30
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-3/+3
* Basic interactive sftp client; ok theo@djm2001-02-041-0/+222