summaryrefslogtreecommitdiffstats
path: root/include/libssh/sftp.h
Commit message (Expand)AuthorAgeFilesLines
* Add a sftp_tell64() function.Andreas Schneider2009-09-081-0/+11
* Add sftp_readlink function.Andreas Schneider2009-07-251-0/+11
* Add sftp_symlink function.Andreas Schneider2009-07-251-0/+13
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Improve sftp_reply_data and fix sftp_reply_status.Andreas Schneider2009-04-271-2/+2
* Improve sftp_reply_names_add.Andreas Schneider2009-04-271-2/+2
* Improve sftp_reply_name.Andreas Schneider2009-04-271-1/+2
* Improve the sftp seek functions.Andreas Schneider2009-04-241-2/+6
* Improve the sftp async read functions.Andreas Schneider2009-04-241-5/+5
* Improve buffer_add_attributes() and add a return value.Andreas Schneider2009-04-231-1/+1
* Don't shadow a global variable declaration on unistd.h.Andreas Schneider2009-04-051-1/+2
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-19/+21
* Fix typos.Andreas Schneider2009-03-281-1/+1
* Add WITH_SERVER option.Andreas Schneider2009-03-281-2/+2
* Fix build on Windows.Andreas Schneider2009-03-081-0/+9
* Fix build warnings in sftp code.Andreas Schneider2009-02-021-2/+6
* Add doxygen documentation for all public sftp functions.Andreas Schneider2008-12-221-4/+445
* Create POSIX like sftp functions.Andreas Schneider2008-12-221-7/+23
* some changes to resolve bugs reported by webyogAris Adamantiadis2008-12-141-0/+1
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-10/+12
* More doxygen documentation (internal set)Aris Adamantiadis2008-11-051-1/+2
* sftp asynchronous readAris Adamantiadis2008-06-111-0/+1
* more ACL on directories. Not already enabled.Aris Adamantiadis2005-08-281-1/+1
* file opening/reading works :).Aris Adamantiadis2005-08-261-1/+2
* sftp server implementation :)Aris Adamantiadis2005-08-261-1/+60
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-251-0/+7
* first importAris Adamantiadis2005-07-051-0/+225