summaryrefslogtreecommitdiffstats
path: root/src/ftplib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure the use of the bind function for the socket.Slávek Banko2020-02-191-1/+1
| | | | | | This resolves FTBFS on FreeBSD. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove LFS definitions from individual files.Slávek Banko2020-02-191-7/+2
| | | | | | | LFS support is detected and enabled globally. Used standard fopen and fseeko functions. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed cppcheck errors in ftplib.cpp. This solves #3.Michele Calgaro2019-04-131-3/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag.Michele Calgaro2018-09-011-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial import of kasablanca 0.4.0.2Timothy Pearson2013-07-241-0/+1562