summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-6/+3
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-201-1/+1
* and fix warnings due to lack of protosDaniel Stenberg2007-02-191-0/+1
* - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 andDaniel Stenberg2007-02-191-0/+17
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-9/+9
* - Duncan Mac-Vicar Prett and Michal Marek reported problems with resettingDaniel Stenberg2007-02-161-0/+2
* compiler warning fixYang Tse2007-02-061-2/+2
* - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MSDaniel Stenberg2007-02-051-11/+13
* compiler warning fixYang Tse2007-02-011-2/+2
* compiler warning fixYang Tse2007-02-011-1/+1
* Only shut down SSL if the CCC command succeeded.Dan Fandrich2007-01-241-6/+8
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-6/+10
* Correct error code for CCC/SSL shutdown failureLinus Nielsen Feltzing2007-01-081-2/+4
* - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option toDaniel Stenberg2007-01-051-1/+23
* - Robert Foreman provided a prime example snippet showing how libcurl wouldDaniel Stenberg2006-12-221-1/+1
* removed unused variablesDaniel Stenberg2006-12-211-2/+0
* Robson Braga Araujo reported bug #1618359Daniel Stenberg2006-12-211-2/+2
* Alexey Simak found out that when doing FTP with the multi interface andDaniel Stenberg2006-12-111-19/+22
* Alexey Simak filed bug report #1600447Daniel Stenberg2006-12-051-3/+12
* Avoid typecasting a signed char to an int when using is*() functions, as thatDaniel Stenberg2006-10-171-4/+4
* Explicit typecast for Curl_debug() size argumentYang Tse2006-10-171-5/+7
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* removed more dead code that is unused since the removal of the third partyDaniel Stenberg2006-10-021-99/+0
* Support for FTP third party transfers is now droppedDaniel Stenberg2006-09-301-297/+1
* (FTP) a failed upload does not invalidate the control connectionDaniel Stenberg2006-09-211-1/+2
* Armel Asselin - When the easy handle is removed from the multi while libcurlDaniel Stenberg2006-09-161-0/+9
* Compiler warning fixYang Tse2006-09-121-1/+1
* Compiler warning fixYang Tse2006-09-101-4/+4
* Compiler warning fixYang Tse2006-09-091-3/+3
* tab => spaceDaniel Stenberg2006-09-091-2/+1
* Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. SomeDaniel Stenberg2006-09-081-26/+35
* Compilation fixYang Tse2006-09-081-1/+1
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-330/+396
* Simplified #ifdef on WIN32; the statementGisle Vanem2006-09-031-1/+1
* Avoid Metaware's High-C warning "'=' encountered where '==' may have been int...Gisle Vanem2006-08-291-3/+5
* Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTPDaniel Stenberg2006-08-221-1/+5
* Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg2006-08-191-28/+70
* Armel Asselin fixed a crash in the FTP code when using SINGLECWD mode andDaniel Stenberg2006-08-181-4/+5
* Armel Asselin made the CURLOPT_PREQUOTE option work fine even whenDaniel Stenberg2006-08-081-5/+10
* Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curlDaniel Stenberg2006-07-251-2/+14
* Avoid warning 'port' might be used uninitialized in this function.Gisle Vanem2006-07-201-1/+1
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-10/+6
* David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg2006-04-261-0/+7
* Robson Braga Araujo provided a patch that makes libcurl less eager to closeDaniel Stenberg2006-04-181-39/+37
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-14/+12
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-10/+59
* David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg2006-03-211-1/+7
* David McCreedy fixed libcurl to no longer ignore AUTH failures and now itDaniel Stenberg2006-03-201-2/+8
* David McCreedy found a missing return code assignmentDaniel Stenberg2006-03-131-1/+1
* Peter Heuchert's correction for the clear control connection caseDaniel Stenberg2006-03-081-1/+1