summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-client.h
AgeCommit message (Expand)Author
2023-09-08the sftp code was one of my first contributions to OpenSSH and itDamien Miller
2022-09-19sftp client library support for users-groups-by-id@openssh.com;Damien Miller
2022-05-13arrange for scp, when in sftp mode, to not ftruncate(3) files earlyDamien Miller
2022-03-31add a sftp client "cp" command that supports server-side copyingDamien Miller
2022-01-01spellingJonathan Gray
2021-08-09SFTP protocol extension to allow the server to expand ~-prefixedDamien Miller
2021-08-07make scp(1) in SFTP mode follow symlinks like traditional scp(1)Damien Miller
2021-08-07make scp(1) in SFTP mode output better match original scp(1) byDamien Miller
2021-08-07support for "cross"-loading files/directories, i.e. downloadingDamien Miller
2021-03-31Use new limits@openssh.com protocol extension to let the client selectDamien Miller
2020-12-04shuffle a few utility functions into sftp-client.c; from Jakub JelenDamien Miller
2019-01-16Add "-h" flag to sftp chown/chgrp/chmod commands to request they doDamien Miller
2015-05-08moar whitespace at eolDamien Miller
2015-01-14update sftp client and server to new buffer API.Damien Miller
2014-04-21Implement sftp upload resume support.Loganaden Velvindron
2013-10-17fsync@openssh.com protocol extension for sftp-serverDamien Miller
2013-10-11obsolete commentDamien Miller
2013-08-08add a "-l" flag for the rename command to force it to use the sillyDamien Miller
2013-07-25sftp support for resuming partial downloads; patch mostly by LoganadenDamien Miller
2010-12-04add a protocol extension to support a hard link operation. It isDamien Miller
2010-09-22add an option per-read/write callback to atomicioDamien Miller
2009-08-18recursive transfer support for get/put and on the commandlineDamien Miller
2008-06-08Have the sftp client store the statvfs replies in wire format,Darren Tucker
2008-04-18introduce sftp extension methods statvfs@openssh.com andDamien Miller
2008-01-11disable unused functionsCharles Longeau
2005-04-26spelling correction in comment from wiz@netbsd;Jason McIntyre
2004-11-29Some small fixes from moritz@jodeit.org. ok deraadt@Damien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-06-23bunch of u_int vs int stuffTheo de Raadt
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
2001-03-13sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@Damien Miller
2001-03-07Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingDamien Miller
2001-02-04Basic interactive sftp client; ok theo@Damien Miller