aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/sftp.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-06updated documentation of sftp_tell64Abdelrahman Yossef1-2/+1
2024-02-13sftp: Fix copy&paste error in the doxygen commentJakub Jelen1-1/+1
2024-02-13sftp: Handle read/write limits in the old low-level SFTP APIJakub Jelen1-3/+9
2024-01-15sftp_aio.c, sftp.h: Add capping to sftp aio write APIEshan Kelkar1-12/+16
2024-01-15sftp_aio.c, sftp.h: Add capping to the sftp aio read APIEshan Kelkar1-6/+15
2024-01-15sftp.c, sftp.h: Store the limits in the sftp_sessionEshan Kelkar1-0/+1
2023-12-04sftp.h : Deprecate the old sftp async API for readingEshan Kelkar1-2/+6
2023-12-04Introduce sftp async i/o (aio) apiEshan Kelkar1-0/+211
2023-11-22Adding expand-path@openssh.com extension for clientanshul agrawal1-0/+13
2023-09-25Adding support for limits@openssh.com on client sideanfanite3961-0/+29
2023-09-15sftp: Cap maximum SFTP writeJakub Jelen1-0/+4
2023-06-06Deprecate untested function sftp_server_initJakub Jelen1-1/+1
2023-06-06Remove needless new symbols and add required to APIJakub Jelen1-44/+0
2023-06-06sftpserver: Move duplicate code handling SFTP operations to libraryJakub Jelen1-2/+2
2023-06-06sftp: fix format problems, style nit and building problemstatataeki1-9/+44
2023-06-06examples: add sftpserver example and fix problemstatataeki1-1/+0
2023-06-06sftp: add sftp api for sftpservertatataeki1-0/+10
2023-04-24Add support for hardlink@openssh.comEshan Kelkar1-0/+16
2023-01-09include: Document the need to free the returned bufferJakub Jelen1-0/+2
2022-10-12sftp: Add comment about limitation of sftp_setstatJakub Jelen1-0/+5
2020-08-12sftp: Fix more typosJakub Jelen1-1/+1
2020-08-12sftp: fix documentation typosHarald Sitter1-8/+8
2019-12-09sftp: Remove internal function from sftp.hAndreas Schneider1-7/+0
2019-09-16sftp: Improve the documentation of sftp_init() and sftp_new()Jakub Jelen1-2/+10
2019-04-29sftp server: Implementation of sftp_server_free() as counterpart to sftp_serv...David Wedderwille1-0/+7
2019-02-27sftp: Document how to free memory retruned by sftp_canonicalize_path()Andreas Schneider1-1/+3
2018-10-17priv: Add ssize_t if not available with MSVCAndreas Schneider1-3/+8
2018-09-20sftpserver: Support some openssh extensionsChris Townsend1-0/+3
2018-09-17sftp: Keep a ssh_packet for reading in the sftp handleAndreas Schneider1-0/+1
2018-06-28Remove vim modelines from all filesAndreas Schneider1-1/+0
2018-02-22sftp: Remove stray semi-colon in sftp.h headerAlberto Aguirre1-1/+1
2017-09-11sftp-server: Fix LIBSSH_APIDavidWed1-10/+10
2016-10-06sftp: Add sftp_fsync() functionAndreas Schneider1-0/+16
2015-07-30define our own platform-independent S_IF macrosTilo Eckert1-0/+10
2014-08-06buffers: adapt sftp.c to ssh_buffer_(un)pack()Aris Adamantiadis1-4/+4
2013-07-13sftp: more flexibility on channelsAris Adamantiadis1-1/+15
2013-07-13sftp: added useful server APIsAris Adamantiadis1-2/+9
2013-01-23include: Fix the LGPL header.Andreas Schneider1-14/+13
2011-11-17sftp: Add references to sftp_get_error() to docs.Andreas Schneider1-0/+36
2011-08-28sftp: Don't create file page.Andreas Schneider1-7/+1
2011-08-28sftp: Improve documentation.Andreas Schneider1-16/+38
2010-08-28Added missing /** in doxygen @}'sAris Adamantiadis1-1/+1
2010-08-27doc: Document the server responses.Andreas Schneider1-1/+23
2010-02-23Added owner and group information in sftp attributes.Andreas Schneider1-4/+3
2010-02-07Rename the libssh sftp documentation group.Andreas Schneider1-1/+1
2009-11-06Improve MSVC support. Better binary compatibility.Andreas Schneider1-1/+1
2009-11-03Fix warnings on old gcc'sAris Adamantiadis1-5/+5
2009-10-13Remove deprecated functions.Andreas Schneider1-21/+0
2009-10-10updated the sftp subsystem to follow the type convAris Adamantiadis1-104/+114
2009-09-29Fix warnings on opensolarisAris Adamantiadis1-4/+4