aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/sftp.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis1-1/+1
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-3/+3
2009-09-21Fixed building libssh with MSVC.Andreas Schneider1-3/+0
2009-08-12Add sftp_extension_supported() function.Andreas Schneider1-0/+20
2009-08-12Add support for OpenSSH's statvfs and fstatvfs calls.Andreas Schneider1-1/+44
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider1-45/+45
2009-08-01Move extension structure to the end.Andreas Schneider1-1/+1
2009-07-30Fix build with MSVC.Andreas Schneider1-3/+15
2009-07-28Add functions to get the extension count, name and data.Andreas Schneider1-0/+34
2009-07-28Add support to read and store sftp extensions.Andreas Schneider1-0/+3
2009-07-25Fix return value of sftp_tell64().Andreas Schneider1-1/+1
2009-07-25Add a sftp_tel64() function.Andreas Schneider1-0/+11
2009-07-25Add sftp_readlink function.Andreas Schneider1-0/+11
2009-07-25Add sftp_symlink function.Andreas Schneider1-0/+13
2009-07-24move all u32,u16,u8 and u64 declarations in priv.hAris Adamantiadis1-34/+34
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-2/+2
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-7/+7
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-12/+12
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-04-27Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider1-2/+2
2009-04-27Improve sftp_reply_names_add.Andreas Schneider1-2/+2
2009-04-27Improve sftp_reply_name.Andreas Schneider1-1/+2
2009-04-24Improve the sftp seek functions.Andreas Schneider1-2/+6
2009-04-24Improve the sftp async read functions.Andreas Schneider1-5/+5
2009-04-23Improve buffer_add_attributes() and add a return value.Andreas Schneider1-1/+1
2009-04-05Don't shadow a global variable declaration on unistd.h.Andreas Schneider1-1/+2
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-19/+21
2009-03-28Fix typos.Andreas Schneider1-1/+1
2009-03-28Add WITH_SERVER option.Andreas Schneider1-2/+2