summaryrefslogtreecommitdiffstats
path: root/sftp.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - jmc@cvs.openbsd.org 2009/08/19 04:56:03Darren Tucker2009-10-061-3/+3
| | | | | [sftp.1] ether -> either;
* - djm@cvs.openbsd.org 2009/08/18 21:15:59Darren Tucker2009-10-061-3/+3
| | | | | [sftp.1] fix "get" command usage, spotted by jmc@
* - djm@cvs.openbsd.org 2009/08/18 18:36:21Darren Tucker2009-10-061-8/+36
| | | | | | | [sftp-client.h sftp.1 sftp-client.c sftp.c] recursive transfer support for get/put and on the commandline work mostly by carlosvsilvapt@gmail.com for the Google Summer of Code with some tweaks by me; "go for it" deraadt@
* - jmc@cvs.openbsd.org 2009/08/13 13:39:54Darren Tucker2009-10-061-2/+2
| | | | | [sftp.1 sftp.c] sync synopsis and usage();
* - djm@cvs.openbsd.org 2009/08/13 01:11:19Darren Tucker2009-10-061-8/+11
| | | | | | | | | [sftp.1 sftp.c] Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
* - jmc@cvs.openbsd.org 2009/08/12 06:31:42Darren Tucker2009-10-061-5/+5
| | | | | [sftp.1] sort options;
* - djm@cvs.openbsd.org 2009/08/12 00:13:00Darren Tucker2009-10-061-3/+28
| | | | | | | | | | [sftp.c sftp.1] support most of scp(1)'s commandline arguments in sftp(1), as a first step towards making sftp(1) a drop-in replacement for scp(1). One conflicting option (-P) has not been changed, pending further discussion. Patch from carlosvsilvapt@gmail.com as part of his work in the Google Summer of Code
* - sobrado@cvs.openbsd.org 2008/12/09 15:35:00Damien Miller2009-01-281-3/+3
| | | | | | | | [sftp.1 sftp.c] update for the synopses displayed by the 'help' command, there are a few missing flags; add 'bye' to the output of 'help'; sorting and spacing. jmc@ suggested replacing .Oo/.Oc with a single .Op macro. ok jmc@
* - djm@cvs.openbsd.org 2008/12/09 03:02:37Damien Miller2008-12-091-7/+6
| | | | | | [sftp.1 sftp.c] correct sftp(1) and corresponding usage syntax; bz#1518 patch from imorgan AT nas.nasa.gov; ok deraadt@ improved diff jmc@
* - djm@cvs.openbsd.org 2008/07/15 02:23:14Damien Miller2008-07-161-3/+3
| | | | | | [sftp.1] number of pipelined requests is now 64; prodded by Iain.Morgan AT nasa.gov
* - jmc@cvs.openbsd.org 2008/04/18 17:15:47Damien Miller2008-05-191-3/+4
| | | | | [sftp.1] macro fixage;
* - djm@cvs.openbsd.org 2008/04/18 12:32:11Damien Miller2008-05-191-3/+21
| | | | | | | | | | | [sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h] introduce sftp extension methods statvfs@openssh.com and fstatvfs@openssh.com that implement statvfs(2)-like operations, based on a patch from miklos AT szeredi.hu (bz#1399) also add a "df" command to the sftp client that uses the statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@
* - jmc@cvs.openbsd.org 2007/05/31 19:20:16Darren Tucker2007-06-051-2/+2
| | | | | | | [scp.1 ssh_config.5 sftp-server.8 ssh-agent.1 sshd_config.5 sftp.1 ssh-keygen.1 ssh-keyscan.1 ssh-add.1 sshd.8 ssh.1 ssh-keysign.8] convert to new .Dd format; (We will need to teach mdoc2man.awk to understand this too.)
* - dtucker@cvs.openbsd.org 2006/01/20 00:14:55Darren Tucker2006-01-201-1/+2
| | | | | | [scp.1 ssh.1 ssh_config.5 sftp.1] Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056 with feedback from jmc, djm and markus; ok jmc@ djm@
* - jmc@cvs.openbsd.org 2005/12/30 16:59:00Damien Miller2005-12-311-2/+2
| | | | | | | | [sftp.1] do not suggest that interactive authentication will work with the -b flag; based on a diff from john l. scarfone; ok djm
* - jmc@cvs.openbsd.org 2005/03/01 17:19:35Damien Miller2005-03-021-1/+2
| | | | | | [scp.1 sftp.1] add HashKnownHosts to -o list; ok markus@
* - jaredy@cvs.openbsd.org 2004/12/05 23:55:07Darren Tucker2004-12-061-31/+85
| | | | | | | | | [sftp.1] - explain that patterns can be used as arguments in get/put/ls/etc commands (prodded by Michael Knudsen) - describe ls flags as a list - other minor improvements ok jmc, djm
* - jmc@cvs.openbsd.org 2004/11/29 00:05:17Darren Tucker2004-12-061-2/+2
| | | | | [sftp.1] missing full stop;
* - djm@cvs.openbsd.org 2004/10/07 10:10:24Darren Tucker2004-11-051-1/+2
| | | | | [scp.1 sftp.1 ssh.1 ssh_config.5] document KbdInteractiveDevices; ok markus@
* - djm@cvs.openbsd.org 2004/06/21 22:41:31Darren Tucker2004-06-221-1/+15
| | | | | [sftp.1] document sort options
* - djm@cvs.openbsd.org 2004/06/20 19:28:12Darren Tucker2004-06-221-1/+5
| | | | | [sftp.1] mention new -n flag
* - djm@cvs.openbsd.org 2004/06/13 15:03:02Damien Miller2004-06-151-1/+3
| | | | | | | [channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] implement session multiplexing in the client (the server has supported this since 2.0); ok markus@
* - dtucker@cvs.openbsd.org 2004/05/02 23:02:17Darren Tucker2004-05-031-2/+2
| | | | | [sftp.1] ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
* - jmc@cvs.openbsd.org 2004/04/28 07:13:42Darren Tucker2004-05-021-1/+2
| | | | | [sftp.1 ssh.1] add SendEnv to -o list;
* - markus@cvs.openbsd.org 2004/03/05 10:53:58Damien Miller2004-03-081-1/+2
| | | | | [readconf.c readconf.h scp.1 sftp.1 ssh.1 ssh_config.5 sshconnect2.c] add IdentitiesOnly; ok djm@, pb@
* - jmc@cvs.openbsd.org 2004/01/13 12:17:33Damien Miller2004-01-211-6/+6
| | | | | | | | [sftp.1] remove unnecessary Ic's; kill whitespace at EOL; ok djm@
* - djm@cvs.openbsd.org 2004/01/13 09:25:05Damien Miller2004-01-211-2/+7
| | | | | | [sftp-int.c sftp.1 sftp.c] Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and enable use of "-b -" to accept batchfile from stdin; ok markus@
* - markus@cvs.openbsd.org 2003/12/16 15:49:51Damien Miller2003-12-171-1/+3
| | | | | | | | [clientloop.c clientloop.h readconf.c readconf.h scp.1 sftp.1 ssh.1] [ssh.c ssh_config.5] application layer keep alive (ServerAliveInterval ServerAliveCountMax) for ssh(1), similar to the sshd(8) option; ok beck@; with help from jmc and dtucker@
* - markus@cvs.openbsd.org 2003/12/09 21:53:37Damien Miller2003-12-171-2/+2
| | | | | | | [readconf.c readconf.h scp.1 servconf.c servconf.h sftp.1 ssh.1] [ssh_config.5 sshconnect.c sshd.c sshd_config.5] rename keepalive to tcpkeepalive; the old name causes too much confusion; ok djm, dtucker; with help from jmc@
* - markus@cvs.openbsd.org 2003/10/13 08:22:25Darren Tucker2003-10-151-10/+1
| | | | | [scp.1 sftp.1] don't refer to options related to forwarding; ok jmc@
* - jmc@cvs.openbsd.org 2003/10/08 08:27:36Darren Tucker2003-10-151-44/+98
| | | | | | | | | | [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8] scp and sftp: add options list and sort options. options list requested by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@
* - jmc@cvs.openbsd.org 2003/09/02 18:50:06Damien Miller2003-09-031-7/+7
| | | | | | [sftp.1 ssh_config.5] escape punctuation; ok deraadt@
* - (djm) OpenBSD CVS SyncDamien Miller2003-05-231-33/+44
| | | | | | | | | - jmc@cvs.openbsd.org 2003/05/20 12:03:35 [sftp.1] - new sentence, new line - added .Xr's - typos ok djm@
* - jmc@cvs.openbsd.org 2003/05/14 08:25:39Damien Miller2003-05-141-9/+9
| | | | | | | [sftp.1] - better formatting in SYNOPSIS - whitespace at EOL ok djm@
* - djm@cvs.openbsd.org 2003/05/14 01:00:44Damien Miller2003-05-141-7/+17
| | | | | | [sftp.1] emphasise the batchmode functionality and make reference to pubkey auth, both of which are FAQs; ok markus@
* - (djm) OpenBSD CVS SyncDamien Miller2003-04-011-10/+16
| | | | | | | | | | - jmc@cvs.openbsd.org 2003/03/28 10:11:43 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5] [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8] - killed whitespace - new sentence new line - .Bk for arguments ok markus@
* - fgsch@cvs.openbsd.org 2003/01/10 08:19:07Damien Miller2003-01-101-1/+3
| | | | | | | [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c] sftp progress meter support. original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
* - (djm) OpenBSD CVS SyncDamien Miller2003-01-101-2/+9
| | | | | | | | | - djm@cvs.openbsd.org 2003/01/08 23:53:26 [sftp.1 sftp.c sftp-int.c sftp-int.h] Cleanup error handling for batchmode Allow blank lines and comments in input Ability to suppress abort on error in batchmode ("-put blah") Fixes mindrot bug #452; markus@ ok
* - fgsch@cvs.openbsd.org 2003/01/07 23:42:54Damien Miller2003-01-081-1/+5
| | | | | | [sftp.1] add version; from Nils Nordman <nino at nforced dot com> via markus@. markus@ ok
* - djm@cvs.openbsd.org 2002/12/06 05:20:02Ben Lindstrom2002-12-231-2/+2
| | | | | [sftp.1] Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@
* - djm@cvs.openbsd.org 2002/09/11 22:41:50Damien Miller2002-09-121-3/+9
| | | | | | [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h] [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c] support for short/long listings and globbing in "ls"; ok markus@
* - stevesk@cvs.openbsd.org 2002/06/20 20:00:05Ben Lindstrom2002-06-211-4/+5
| | | | | [scp.1 sftp.1] ssh_config(5)
* - deraadt@cvs.openbsd.org 2002/06/19 00:27:55Ben Lindstrom2002-06-211-5/+5
| | | | | | | | | [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c xmalloc.h] KNF done automatically while reading....
* - deraadt@cvs.openbsd.org 2002/02/26 19:06:43Ben Lindstrom2002-03-051-3/+3
| | | | | [sftp.1] no, look closely. the comma was highlighted. split .Ic even more
* - mouring@cvs.openbsd.org 2002/02/26 19:04:37Ben Lindstrom2002-03-051-2/+2
| | | | | | | [sftp.1] > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org Last Ic on the first line should not have a space between it and the final comma.
* - deraadt@cvs.openbsd.org 2002/02/26 18:52:32Ben Lindstrom2002-03-051-2/+3
| | | | | [sftp.1] Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
* - djm@cvs.openbsd.org 2002/02/12 12:32:27Damien Miller2002-02-131-1/+6
| | | | | | [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Perform multiple overlapping read/write requests in file transfer. Mostly done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
* - markus@cvs.openbsd.org 2002/02/06 14:22:42Damien Miller2002-02-081-30/+30
| | | | | [sftp.1] sort options; ok mpech@, stevesk@
* - djm@cvs.openbsd.org 2002/02/05 00:00:46Damien Miller2002-02-081-1/+7
| | | | | [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Add "-B" option to specify copy buffer length (default 32k); ok markus@
* - djm@cvs.openbsd.org 2002/02/04 21:53:12Damien Miller2002-02-051-1/+8
| | | | | | [sftp.1 sftp.c] Add "-P" option to directly connect to a local sftp-server. Should be useful for regression testing; ok markus@