fde82cd4 | 22-Nov-2000 |
Daniel Stenberg |
adjusted to modified FTP behaviour |
801626de | 22-Nov-2000 |
Daniel Stenberg |
Added a curl-target to make it easier to build from this dir |
92f53b0e | 22-Nov-2000 |
Daniel Stenberg |
added filetime for opt and info |
d419d975 | 22-Nov-2000 |
Daniel Stenberg |
Added cacert and filetime support |
b5739b3a | 22-Nov-2000 |
Daniel Stenberg |
document time fixes |
86d4488c | 22-Nov-2000 |
Daniel Stenberg |
Added struct fields to deal with time-of-document |
ce1cb29d | 22-Nov-2000 |
Daniel Stenberg |
client_write() proto and defines added |
526eca19 | 22-Nov-2000 |
Daniel Stenberg |
uses client_write() |
79beebda | 22-Nov-2000 |
Daniel Stenberg |
uses client_write() now |
39abde5d | 22-Nov-2000 |
Daniel Stenberg |
Added the client_write() function |
fb962a28 | 22-Nov-2000 |
Daniel Stenberg |
uses the new client_write() function |
2f6e61d5 | 22-Nov-2000 |
Daniel Stenberg |
GetLastResponse() modified to return ftp code as integer initial modified-time support |
ea9ede15 | 22-Nov-2000 |
Daniel Stenberg |
HTTP GET fail silently on HTTP error return |
4768c9cd | 22-Nov-2000 |
Daniel Stenberg |
Added --cacert |
d6b1162a | 22-Nov-2000 |
Daniel Stenberg |
working with the test suite brings things up |
486591f9 | 22-Nov-2000 |
Daniel Stenberg |
Added --url |
458ec524 | 22-Nov-2000 |
Daniel Stenberg |
updated the config file section |
a40b55d5 | 22-Nov-2000 |
Daniel Stenberg |
Added 5.2 How can I receive all data into a large memory chunk? |
5aa5ecb2 | 21-Nov-2000 |
Daniel Stenberg |
modified to work with printf()s that writes 0x-prefix on %p data |
20dd0670 | 21-Nov-2000 |
Daniel Stenberg |
I run the perl programs with 'perl [script]' instead, to overcome the hardcoded-path-in-scripts problem. |
43e1e1cd | 21-Nov-2000 |
Daniel Stenberg |
upload check, better ability to specify test cases on the command line |
55b7c1c3 | 21-Nov-2000 |
Daniel Stenberg |
REST support seems to work NLST sends an NLST-looking list renamed the upload file |
190ecd65 | 21-Nov-2000 |
Daniel Stenberg |
Added the uploadN.txt description |
2677c27b | 21-Nov-2000 |
Daniel Stenberg |
FTP test case data |
c9381665 | 21-Nov-2000 |
Daniel Stenberg |
set rangestringalloc to 0 after the string has been freed to prevent it from being freed twice (a NULL free the second time) |