summaryrefslogtreecommitdiff
path: root/lib/ftp.c
Commit message (Expand)AuthorAgeFilesLines
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-9/+9
* clearly tell that these are ftp response timeoutsDaniel Stenberg2004-03-051-2/+2
* more variable type cleanupsDaniel Stenberg2004-03-031-3/+3
* our timeout values are longs while 'tv_sec' is intDaniel Stenberg2004-03-031-2/+2
* Yet another curl_off_t printf format attempt, we now exclude the %-letter fromDaniel Stenberg2004-03-021-15/+20
* use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity ofDaniel Stenberg2004-03-021-13/+13
* Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.Daniel Stenberg2004-03-011-13/+13
* Only attempt to send the FTP QUIT command if we actually have a FTP struct.Daniel Stenberg2004-03-011-1/+2
* Joe Halpin made the FTP code send 'QUIT' on the control connection beforeDaniel Stenberg2004-02-271-9/+14
* Clear up int/long/size_t/ssize_t usage a bitDaniel Stenberg2004-02-261-3/+3
* Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime()Daniel Stenberg2004-02-131-2/+3
* Tor Arntsen's patch for working around a notorious bug in the AIX5Daniel Stenberg2004-02-091-0/+6
* use the timeout options when waiting for the server to connect when usingDaniel Stenberg2004-02-051-6/+28
* the unused quit-function didn't pass a correct variable type to theDaniel Stenberg2004-02-031-1/+1
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-2/+2
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-12/+12
* use the proper timecond defines, not the obsolete ones I've removed! ;-)Daniel Stenberg2004-01-211-2/+35
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* David J Meyer's large file support.Daniel Stenberg2004-01-051-40/+50
* better human error message when a FTP response can't be readDaniel Stenberg2003-12-081-1/+1
* my contentlength adjustment broke the ftp download range stuff, this makesDaniel Stenberg2003-12-031-1/+4
* fix compiler warningsDaniel Stenberg2003-12-021-1/+1
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-5/+5
* fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by meDaniel Stenberg2003-12-021-20/+31
* FTPS now works with active ftp and uploads too.Daniel Stenberg2003-12-011-49/+59
* adjusted code to the new socket fields in the sessionhandle structDaniel Stenberg2003-11-241-2/+2
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-22/+97
* If a partial file has been read or written, force a closure the existingDaniel Stenberg2003-11-191-0/+4
* After Sébastien Willemijns' bug report, we now check the separators properlyDaniel Stenberg2003-11-101-16/+16
* assume that MDTM returns the timestamp as UTCDaniel Stenberg2003-10-311-5/+5
* when getting headers only, stop pretending the reported time is GMT, as itDaniel Stenberg2003-10-301-2/+2
* if malloc fails, we must bail out nicelyDaniel Stenberg2003-10-241-1/+4
* gcc -Wshadow complaints fixedDaniel Stenberg2003-10-181-3/+2
* Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.Daniel Stenberg2003-10-171-1/+6
* made the code deal with empty name and passwordDaniel Stenberg2003-10-171-2/+2
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-1/+1
* Jon Turner mentioned this bug fix to correct how libcurl deals with pathsDaniel Stenberg2003-10-041-0/+2
* don't use a blank proxyDaniel Stenberg2003-09-111-1/+1
* Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied.Daniel Stenberg2003-09-031-1/+9
* minor fix to make better bail-out checkDaniel Stenberg2003-09-031-5/+4
* have cwd_and_mkd prefixed with ftp_ to make it appear as a ftp-onlyDaniel Stenberg2003-08-221-5/+5
* store the FTP response code in the httpcode variableDaniel Stenberg2003-08-201-0/+3
* don't claim the PASV connect is connected unless it *really* is!Daniel Stenberg2003-08-101-1/+1
* re-arranged the cwd/mkd stuff a bitDaniel Stenberg2003-08-081-38/+50
* Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was appliedDaniel Stenberg2003-08-081-31/+93
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-5/+18
* clean up the dir tree hierarchy in *_done() to make persistant connectionpre-aresDaniel Stenberg2003-08-051-23/+28
* Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similarDaniel Stenberg2003-07-301-0/+14
* Reverted the 'filetime' struct field back to a 'long' as time_t is sometimesDaniel Stenberg2003-07-301-2/+2
* François Pons brought a patch that once again made curl deal with ftp andDaniel Stenberg2003-07-281-1/+5