Home
last modified time | relevance | path

Searched refs:FTP (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/curl/tests/data/
H A Dtest20454 FTP
15 properly. We specify a default protocol of FTP and if the option works properly
16 curl will use the FTP protocol. If the option is broken however curl will use
18 In the broken scenario curl would use HTTP to talk to our FTP server. We handle
19 that by replying with something that both protocols can understand. Our FTP
21 reply that contains an FTP reply (think polyglot). In the case of FTP we expect
25 REPLY welcome HTTP/1.1 200 OK\r\nContent-Length: 21\r\n\r\n500 Weird FTP Reply
H A Dtest15704 FTP
15 that FTP
30 FTP first type=D then regular URL
65 that FTP
71 that FTP
H A Dtest15694 FTP
15 that FTP
30 FTP first type=A then regular URL
65 that FTP
71 that FTP
H A Dtest3624 FTP
16 FTP resume upload file with nothing to start from
22 that FTP
39 that FTP
H A Dtest1074 FTP
16 FTP PASV upload file
22 that FTP
40 that FTP
H A Dtest2484 FTP
20 FTP upload time condition evaluates FALSE => upload anyway
26 that FTP
44 that FTP
H A Dtest3484 FTP
22 FTP upload file with 552 disk full response
28 that FTP
46 that FTP
H A Dtest20004 FTP
18 that FTP
32 FTP RETR followed by FILE
66 that FTP
H A Dtest5464 FTP
16 that FTP
38 FTP RETR a non-existing file then a found one using the multi interface
68 that FTP
H A Dtest5646 FTP
19 that FTP
36 FTP RETR a file over a SOCKS proxy using the multi interface
66 that FTP
H A Dtest12194 FTP
15 that FTP
30 FTP with no user+password required (230 response)
H A Dtest2914 FTP
15 that FTP
27 FTP download maximum filesize not exceeded
H A Dtest3544 FTP
15 that FTP
30 FTP without password
H A Dtest12244 FTP
15 that FTP
27 FTP fetch a file from the root directory
H A Dtest1024 FTP
15 that FTP
30 FTP RETR PASV
H A Dtest12264 FTP
15 that FTP
27 FTP fetch a file from the root directory with singlecwd
H A Dtest12274 FTP
15 that FTP
27 FTP fetch a file from the root directory with nocwd
H A Dtest1054 FTP
16 that FTP
31 FTP user+password in URL and ASCII transfer
H A Dtest11074 FTP
16 that FTP
31 FTP RETR PASV with PRET
H A Dtest2474 FTP
20 FTP upload time condition evaluates TRUE => skip upload
26 that FTP
H A Dtest2704 FTP
15 that FTP
30 FTP RETR PASV --ftp-skip-pasv-ip
H A Dtest11374 FTP
16 that FTP
31 FTP RETR --ignore-content-length
/curl/docs/libcurl/opts/
H A DCURLOPT_FTP_USE_EPRT.md8 - FTP
17 CURLOPT_FTP_USE_EPRT - use EPRT for FTP
30 doing active FTP downloads (which is enabled by
35 The EPRT command is a slightly newer addition to the FTP protocol than PORT
36 and is the preferred command to use since it enables IPv6 to be used. Old FTP
57 /* contact us back, aka "active" FTP */
60 /* FTP the way the neanderthals did it */
H A DCURLOPT_FTP_USE_EPSV.md8 - FTP
17 CURLOPT_FTP_USE_EPSV - use EPSV for FTP
30 command when doing passive FTP downloads (which it does by default). Using
34 The EPSV command is a slightly newer addition to the FTP protocol than PASV
35 and is the preferred command to use since it enables IPv6 to be used. Old FTP
72 Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
H A DCURLOPT_ACCEPTTIMEOUT_MS.md12 - FTP
18 CURLOPT_ACCEPTTIMEOUT_MS - timeout waiting for FTP server to connect back
31 server to connect back to libcurl when an active FTP connection is used.
48 /* wait no more than 5 seconds for FTP server responses */

Completed in 16 milliseconds

12345678910>>...17