summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp.1
AgeCommit message (Collapse)Author
2003-03-28- killed whitespaceJason McIntyre
- new sentence new line - .Bk for arguments ok markus@
2003-01-10sftp progress meter support.Federico G. Schwindt
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
2003-01-08Cleanup error handling for batchmodeDamien Miller
Allow blank lines and comments in input Ability to suppress abort on error in batchmode ("-put blah") Fixes mindrot bug #452; markus@ ok
2003-01-07add version; from Nils Nordman <nino at nforced dot com> via markus@.Federico G. Schwindt
markus@ ok
2002-12-06Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@Damien Miller
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-06-20ssh_config(5)Kevin Steves
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-02-26no, look closely. the comma was highlighted. split .Ic even moreTheo de Raadt
2002-02-26> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgmouring
Last Ic on the first line should not have a space between it and the final comma.
2002-02-26Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgTheo de Raadt
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
2002-02-06sort options; ok mpech@, stevesk@Markus Friedl
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2002-02-04Add "-P" option to directly connect to a local sftp-server. Should be usefulDamien Miller
for regression testing; ok markus@
2001-09-17cleanup and document -1, -s and -S; ok markus@Kevin Steves
2001-09-17add -Fssh_config option; ok markus@Kevin Steves
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
scp; document keyword=argument for ssh.
2001-08-14"bye"; hk63a@netscape.netMarkus Friedl
2001-06-23kill whitespace at EOL.Jun-ichiro itojun Hagino
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-05-05typos, grammarKevin Steves
2001-04-22xref draft-ietf-secsh-*Markus Friedl
2001-04-21Spellingmouring
2001-04-12Add support for:mouring
sftp [user@]host[:file [file]] - Fetch remote file(s) sftp [user@]host[:dir[/]] - Start in remote dir/ OK deraadt@
2001-04-09spellingKevin Steves
2001-03-08spelling, cleanup; ok deraadt@Kevin Steves
2001-03-07Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingDamien Miller
functions and small protocol change.
2001-03-06order thingsTheo de Raadt
2001-03-06sftp -b batchfile; mouring@etoh.eviladmin.orgTheo de Raadt
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-17typoReinhard J. Sammer
2001-02-14Fix and document 'preserve modes & times' option ('-p' flag in sftp);Damien Miller
ok markus@
2001-02-10Mention that you can quote pathnames with spaces in themDamien Miller
2001-02-07more man page cleanup and sync of help text with man page; ok markus@Kevin Steves
2001-02-07.Bl-.El mismatch. markus okJun-ichiro itojun Hagino
2001-02-07pretty up significantlyTheo de Raadt
2001-02-06Punctuation fix from Pekka Savola <pekkas@netcore.fi>Damien Miller
2001-02-04Basic interactive sftp client; ok theo@Damien Miller