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> (cherry picked from commit 757a71ff3b70b1871b89a827cb11dc9ba398e0bf)
* 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> (cherry picked from commit 28e2c3f3522402adc95329a71c3ce4c557342059)
* Fixed cppcheck errors in ftplib.cpp. This solves #3.Michele Calgaro2019-04-131-3/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d08b667172be0b6fdc3cdf7723205a7f5e12cfd4)
* Removed unnecessary executable flag.Michele Calgaro2018-09-011-0/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ba49b4a2218f8d3e35a5b4a078a6b36e6b95a36)
* Initial import of kasablanca 0.4.0.2Timothy Pearson2013-07-241-0/+1562