summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.1
AgeCommit message (Expand)Author
2018-07-23oops, failed to notice that SEE ALSO got messed up;Jason McIntyre
2018-07-23Point to glob in section 7 for the actual list of special characters insteadkn
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-06-09sort previous;Jason McIntyre
2018-06-09add a SetEnv directive to ssh_config that allows setting environmentDamien Miller
2018-02-23some cleanup for BindInterface and ssh-keyscan;Jason McIntyre
2017-11-03allow "cd" and "lcd" commands with no explicit path argument.Damien Miller
2017-10-25tweak the uri text, specifically removing some markup to make it aJason McIntyre
2017-10-21Add URI support to ssh, sftp and scp. For example ssh://user@hostTodd C. Miller
2017-05-03restore mistakenly deleted description of the ConnectionAttempts optionChristian Weisgerber
2017-05-03more protocol 1 stuff to go; ok djmJason McIntyre
2017-05-02add PubKeyAcceptedKeyTypes to the -o list: scp(1) has it, so i guessJason McIntyre
2017-05-02remove now obsolete protocol1 options from the -o lists;Jason McIntyre
2017-05-02remove -1 / -2 options; pointed out by jmc@Damien Miller
2016-07-16- add proxyjump to the options listJason McIntyre
2016-06-29sort the -o list;Jason McIntyre
2016-05-04add IdentityAgent; noticed & ok jmc@Markus Friedl
2015-09-25some certificatefile tweaks; ok djmJason McIntyre
2015-01-30Add a ssh_config HostbasedKeyType option to control whichDamien Miller
2015-01-26correct description of UpdateHostKeys in ssh_config.5 andDamien Miller
2014-04-22zap eol whitespace;Jason McIntyre
2014-04-22Document sftp upload resume.Loganaden Velvindron
2013-10-20add canonicalisation options to -o listsDamien Miller
2013-10-17tweak previous;Jason McIntyre
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
2013-08-07sort -a;Jason McIntyre
2013-08-06document top-level -a option (the -a option to 'get' was already documented)Damien Miller
2013-07-25sftp support for resuming partial downloads; patch mostly by LoganadenDamien Miller
2011-09-05mention ControlPersist and KbdInteractiveAuthentication in the -oDamien Miller
2011-08-07typo, fix from Laurent GautrotDarren Tucker
2011-05-06mention that IPv6 addresses must be enclosed in square brackets;Damien Miller
2010-12-04add a protocol extension to support a hard link operation. It isDamien Miller
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-09-23add KexAlgorithms to the -o list;Jason McIntyre
2010-09-22add an option per-read/write callback to atomicioDamien Miller
2010-09-19more wacky macro fixing;Jason McIntyre
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-13sftp.1: put ls -h in the right placeJason McIntyre
2010-01-13support '-h' (human-readable units) for sftp's ls command, just likeDamien Miller
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-10-28tweak previous;Jason McIntyre
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-08-19ether -> either;Jason McIntyre
2009-08-18fix "get" command usage, spotted by jmc@Damien Miller
2009-08-18recursive transfer support for get/put and on the commandlineDamien Miller
2009-08-13sync synopsis and usage();Jason McIntyre
2009-08-13Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",Damien Miller
2009-08-12sort options;Jason McIntyre
2009-08-12support most of scp(1)'s commandline arguments in sftp(1), as a firstDamien Miller