Searched refs:FTP (Results 1 – 25 of 408) sorted by relevance
12345678910>>...17
4 FTP15 properly. We specify a default protocol of FTP and if the option works properly16 curl will use the FTP protocol. If the option is broken however curl will use18 In the broken scenario curl would use HTTP to talk to our FTP server. We handle19 that by replying with something that both protocols can understand. Our FTP21 reply that contains an FTP reply (think polyglot). In the case of FTP we expect25 REPLY welcome HTTP/1.1 200 OK\r\nContent-Length: 21\r\n\r\n500 Weird FTP Reply
4 FTP15 that FTP30 FTP first type=D then regular URL65 that FTP71 that FTP
4 FTP15 that FTP30 FTP first type=A then regular URL65 that FTP71 that FTP
4 FTP16 FTP PASV upload file22 that FTP40 that FTP
4 FTP16 FTP resume upload file with nothing to start from22 that FTP39 that FTP
4 FTP22 FTP upload file with 552 disk full response28 that FTP46 that FTP
4 FTP20 FTP upload time condition evaluates FALSE => upload anyway26 that FTP44 that FTP
4 FTP18 that FTP32 FTP RETR followed by FILE66 that FTP
4 FTP16 that FTP38 FTP RETR a non-existing file then a found one using the multi interface68 that FTP
6 FTP19 that FTP36 FTP RETR a file over a SOCKS proxy using the multi interface66 that FTP
4 FTP15 that FTP30 FTP with no user+password required (230 response)
4 FTP15 that FTP27 FTP fetch a file from the root directory
4 FTP15 that FTP27 FTP download maximum filesize not exceeded
4 FTP15 that FTP30 FTP without password
4 FTP15 that FTP27 FTP fetch a file from the root directory with singlecwd
4 FTP15 that FTP27 FTP fetch a file from the root directory with nocwd
4 FTP15 that FTP30 FTP RETR PASV
4 FTP16 that FTP31 FTP user+password in URL and ASCII transfer
4 FTP16 that FTP31 FTP RETR PASV with PRET
4 FTP16 that FTP31 FTP RETR --ignore-content-length
4 FTP20 FTP upload time condition evaluates TRUE => skip upload26 that FTP
4 FTP15 that FTP30 FTP RETR PASV --ftp-skip-pasv-ip
8 - FTP17 CURLOPT_FTP_USE_EPRT - use EPRT for FTP30 doing active FTP downloads (which is enabled by35 The EPRT command is a slightly newer addition to the FTP protocol than PORT36 and is the preferred command to use since it enables IPv6 to be used. Old FTP57 /* contact us back, aka "active" FTP */60 /* FTP the way the neanderthals did it */
8 - FTP17 CURLOPT_FTP_USE_EPSV - use EPSV for FTP30 command when doing passive FTP downloads (which it does by default). Using34 The EPSV command is a slightly newer addition to the FTP protocol than PASV35 and is the preferred command to use since it enables IPv6 to be used. Old FTP72 Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
12 - FTP18 CURLOPT_ACCEPTTIMEOUT_MS - timeout waiting for FTP server to connect back31 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 18 milliseconds