summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp.1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* some certificatefile tweaks; ok djmjmc2015-09-251-2/+3
* Add a ssh_config HostbasedKeyType option to control whichdjm2015-01-301-2/+3
* correct description of UpdateHostKeys in ssh_config.5 anddjm2015-01-261-2/+3
* zap eol whitespace;jmc2014-04-221-6/+6
* Document sftp upload resume.logan2014-04-221-8/+29
* add canonicalisation options to -o listsdjm2013-10-201-2/+7
* tweak previous;jmc2013-10-171-2/+2
* fsync@openssh.com protocol extension for sftp-serverdjm2013-10-171-5/+24
* sort -a;jmc2013-08-071-8/+8
* document top-level -a option (the -a option to 'get' was already documented)djm2013-08-061-5/+10
* sftp support for resuming partial downloads; patch mostly by Loganadendjm2013-07-251-4/+24
* mention ControlPersist and KbdInteractiveAuthentication in the -odjm2011-09-051-2/+4
* typo, fix from Laurent Gautrotdtucker2011-08-071-3/+3
* mention that IPv6 addresses must be enclosed in square brackets;djm2011-05-061-2/+6
* add a protocol extension to support a hard link operation. It isdjm2010-12-041-5/+13
* add IPQoS to the various -o lists, and zap some trailing whitespace;jmc2010-11-181-2/+3
* add KexAlgorithms to the -o list;jmc2010-09-231-2/+3
* add an option per-read/write callback to atomiciodjm2010-09-221-2/+5
* more wacky macro fixing;jmc2010-09-191-4/+6
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-3/+3
* sftp.1: put ls -h in the right placejmc2010-01-131-5/+5
* support '-h' (human-readable units) for sftp's ls command, just likedjm2010-01-131-3/+8
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-3/+2
* Rename RDomain config option to RoutingDomain to be more clear andstevesk2009-12-291-3/+3
* tweak previous;jmc2009-10-281-2/+2
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-2/+3
* ether -> either;jmc2009-08-191-3/+3
* fix "get" command usage, spotted by jmc@djm2009-08-181-3/+3
* recursive transfer support for get/put and on the commandlinedjm2009-08-181-8/+36
* sync synopsis and usage();jmc2009-08-131-2/+2
* Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",djm2009-08-131-8/+11
* sort options;jmc2009-08-121-5/+5
* support most of scp(1)'s commandline arguments in sftp(1), as a firstdjm2009-08-121-3/+28
* update for the synopses displayed by the 'help' command, there are asobrado2008-12-091-3/+3
* correct sftp(1) and corresponding usage syntax;djm2008-12-091-7/+6
* number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.govdjm2008-07-151-3/+3
* macro fixage;jmc2008-04-181-2/+3
* introduce sftp extension methods statvfs@openssh.com anddjm2008-04-181-3/+21
* convert to new .Dd format;jmc2007-05-311-2/+2
* Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056dtucker2006-01-201-1/+2
* do not suggest that interactive authentication will workjmc2005-12-301-2/+2
* add HashKnownHosts to -o list;jmc2005-03-011-1/+2
* - explain that patterns can be used as arguments in get/put/ls/etcjaredy2004-12-051-31/+85
* missing full stop;jmc2004-11-291-2/+2
* document KbdInteractiveDevices; ok markus@djm2004-10-071-1/+2
* document sort optionsdjm2004-06-211-1/+15
* mention new -n flagdjm2004-06-201-1/+5
* implement session multiplexing in the client (the server has supported thisdjm2004-06-131-1/+3
* ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@dtucker2004-05-021-2/+2
* add SendEnv to -o list;jmc2004-04-281-1/+2