aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/sftp.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Add a sftp_tell64() 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-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
2009-03-08Fix build on Windows.Andreas Schneider1-0/+9
2009-02-02Fix build warnings in sftp code.Andreas Schneider1-2/+6
2008-12-22Add doxygen documentation for all public sftp functions.Andreas Schneider1-4/+445
2008-12-22Create POSIX like sftp functions.Andreas Schneider1-7/+23
2008-12-14some changes to resolve bugs reported by webyogAris Adamantiadis1-0/+1
2008-11-24patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis1-10/+12
2008-11-05More doxygen documentation (internal set)Aris Adamantiadis1-1/+2
2008-06-11sftp asynchronous readAris Adamantiadis1-0/+1
2005-08-28more ACL on directories. Not already enabled.Aris Adamantiadis1-1/+1
2005-08-26file opening/reading works :).Aris Adamantiadis1-1/+2
2005-08-26sftp server implementation :)Aris Adamantiadis1-1/+60
2005-08-25fixed server segfaults on exit (double frees)Aris Adamantiadis1-0/+7
2005-07-05first importAris Adamantiadis1-0/+225