Home
last modified time | relevance | path

Searched refs:FTP (Results 1 – 25 of 409) 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 Dtest13164 FTP
18 Magic: sure you can FTP me
23 # FTP server
26 Magic: sure you can FTP me
29 Magic: sure you can FTP me
49 # please send the real CONNECT connect off to the FTP server's port
61 FTP LIST tunneled through HTTP proxy
H A Dtest15694 FTP
15 that FTP
30 FTP first type=A then regular URL
62 that FTP
68 that FTP
H A Dtest15704 FTP
15 that FTP
30 FTP first type=D then regular URL
62 that FTP
68 that FTP
H A Dtest3624 FTP
16 FTP resume upload file with nothing to start from
22 that FTP
36 that FTP
H A Dtest1074 FTP
16 FTP PASV upload file
22 that FTP
37 that FTP
H A Dtest2484 FTP
20 FTP upload time condition evaluates FALSE => upload anyway
26 that FTP
41 that FTP
H A Dtest3484 FTP
22 FTP upload file with 552 disk full response
28 that FTP
43 that FTP
H A Dtest20004 FTP
18 that FTP
32 FTP RETR followed by FILE
63 that FTP
H A Dtest2914 FTP
15 that FTP
27 FTP download maximum filesize not exceeded
H A Dtest12194 FTP
15 that FTP
30 FTP with no user+password required (230 response)
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 Dtest5464 FTP
16 that FTP
38 FTP RETR a non-existing file then a found one using the multi interface
65 that FTP
H A Dtest5646 FTP
19 that FTP
36 FTP RETR a file over a SOCKS proxy using the multi interface
63 that FTP
H A Dtest2524 FTP
5 FTP-ipv6
14 # FTP server
40 FTP IPv6 dir list PASV
H A Dtest12274 FTP
15 that FTP
27 FTP fetch a file from the root directory with nocwd
H A Dtest1024 FTP
15 that FTP
30 FTP RETR PASV
H A Dtest2534 FTP
5 FTP-ipv6
14 # FTP server
40 FTP IPv6 dir list with EPRT
H A Dtest2544 FTP
5 FTP-ipv6
15 # FTP server
41 FTP IPv6 dir list PASV and --disable-epsv
/curl/docs/libcurl/opts/
H A DCURLOPT_FTP_USE_EPRT.md8 - FTP
16 CURLOPT_FTP_USE_EPRT - use EPRT for FTP
29 doing active FTP downloads (which is enabled by
34 The EPRT command is a slightly newer addition to the FTP protocol than PORT
35 and is the preferred command to use since it enables IPv6 to be used. Old FTP
54 /* contact us back, aka "active" FTP */
57 /* FTP the way the neanderthals did it */
H A DCURLOPT_FTP_USE_EPSV.md8 - FTP
16 CURLOPT_FTP_USE_EPSV - use EPSV for FTP
29 command when doing passive FTP downloads (which it does by default). Using
33 The EPSV command is a slightly newer addition to the FTP protocol than PASV
34 and is the preferred command to use since it enables IPv6 to be used. Old FTP
67 Along with FTP
71 Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
H A DCURLOPT_TRANSFERTEXT.md15 CURLOPT_TRANSFERTEXT - request a text based transfer for FTP
27 A parameter set to 1 tells the library to use ASCII mode for FTP transfers,
34 over FTP. This is a known limitation/flaw that nobody has rectified. libcurl
59 Along with FTP
63 Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
H A DCURLOPT_ACCEPTTIMEOUT_MS.md12 - FTP
17 CURLOPT_ACCEPTTIMEOUT_MS - timeout waiting for FTP server to connect back
30 server to connect back to libcurl when an active FTP connection is used.
45 /* wait no more than 5 seconds for FTP server responses */
H A DCURLOPT_POSTQUOTE.md11 - FTP
17 CURLOPT_POSTQUOTE - (S)FTP commands to run after the transfer
30 Pass a pointer to a linked list of FTP or SFTP commands to pass to the server
31 after your FTP transfer request. The commands are only issued if no error
55 /* pass in the FTP commands to run after the transfer */

Completed in 30 milliseconds

12345678910>>...17