mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
c834213ad5
1- Two new error codes are introduced. CURLE_FTP_ACCEPT_FAILED to be set whenever ACCEPTing fails because of FTP server connected. CURLE_FTP_ACCEPT_TIMEOUT to be set whenever ACCEPTing timeouts. Neither of these errors are considered fatal and control connection remains OK because it could just be a firewall blocking server to connect to the client. 2- One new setopt option was introduced. CURLOPT_ACCEPTTIMEOUT_MS It sets the maximum amount of time FTP client is going to wait for a server to connect. Internal default accept timeout is 60 seconds. |
||
---|---|---|
.. | ||
.gitignore | ||
chkhostname.c | ||
CMakeLists.txt | ||
first.c | ||
lib500.c | ||
lib501.c | ||
lib502.c | ||
lib503.c | ||
lib504.c | ||
lib505.c | ||
lib506.c | ||
lib507.c | ||
lib508.c | ||
lib510.c | ||
lib511.c | ||
lib512.c | ||
lib513.c | ||
lib514.c | ||
lib515.c | ||
lib516.c | ||
lib517.c | ||
lib518.c | ||
lib519.c | ||
lib520.c | ||
lib521.c | ||
lib523.c | ||
lib524.c | ||
lib525.c | ||
lib526.c | ||
lib530.c | ||
lib533.c | ||
lib536.c | ||
lib537.c | ||
lib539.c | ||
lib540.c | ||
lib541.c | ||
lib542.c | ||
lib543.c | ||
lib544.c | ||
lib547.c | ||
lib549.c | ||
lib552.c | ||
lib553.c | ||
lib554.c | ||
lib555.c | ||
lib556.c | ||
lib557.c | ||
lib560.c | ||
lib562.c | ||
lib564.c | ||
lib566.c | ||
lib567.c | ||
lib568.c | ||
lib569.c | ||
lib570.c | ||
lib571.c | ||
lib572.c | ||
lib573.c | ||
lib574.c | ||
lib575.c | ||
lib576.c | ||
lib578.c | ||
lib579.c | ||
lib582.c | ||
lib583.c | ||
lib586.c | ||
lib590.c | ||
lib591.c | ||
lib597.c | ||
Makefile.am | ||
Makefile.inc | ||
sethostname.c | ||
sethostname.h | ||
test75.pl | ||
test307.pl | ||
test610.pl | ||
test613.pl | ||
test1013.pl | ||
test1022.pl | ||
test.h | ||
testutil.c | ||
testutil.h |