/external/python/cpython3/Doc/library/ |
D | ftplib.rst | 1 :mod:`ftplib` --- FTP protocol client 5 :synopsis: FTP protocol client (requires sockets). 10 pair: FTP; protocol 11 single: FTP; ftplib (standard module) 15 This module defines the class :class:`FTP` and a few related items. The 16 :class:`FTP` class implements the client side of the FTP protocol. You can use 17 this to write Python programs that perform a variety of automated FTP jobs, such 18 as mirroring other FTP servers. It is also used by the module 19 :mod:`urllib.request` to handle URLs that use FTP. For more information on FTP 26 >>> from ftplib import FTP [all …]
|
/external/python/cpython2/Doc/library/ |
D | ftplib.rst | 1 :mod:`ftplib` --- FTP protocol client 5 :synopsis: FTP protocol client (requires sockets). 9 pair: FTP; protocol 10 single: FTP; ftplib (standard module) 16 This module defines the class :class:`FTP` and a few related items. The 17 :class:`FTP` class implements the client side of the FTP protocol. You can use 18 this to write Python programs that perform a variety of automated FTP jobs, such 19 as mirroring other FTP servers. It is also used by the module :mod:`urllib` to 20 handle URLs that use FTP. For more information on FTP (File Transfer Protocol), 25 >>> from ftplib import FTP [all …]
|
/external/curl/tests/data/ |
D | test576 | 4 FTP 19 ftp 25 FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix) 28 ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/* 43 User: ftp-default 44 Group: ftp-default 52 User: ftp-default 53 Group: ftp-default 61 User: ftp-default 62 Group: ftp-default [all …]
|
D | test1098 | 4 FTP 31 ftp 35 FTP RETR twice over proxy confirming persistent connection 39 ftp://ftp-site/moo/%TESTNUMBER ftp://ftp-site/moo/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT 47 GET ftp://ftp-site/moo/%TESTNUMBER HTTP/1.1 48 Host: ftp-site:21 53 GET ftp://ftp-site/moo/%TESTNUMBER HTTP/1.1 54 Host: ftp-site:21
|
D | test1632 | 4 FTP 23 # This is the FTP server response. The Life and Adventures of Robinson Crusoe 48 ftp 52 FTP through HTTPS-proxy, with connection re-use 55 …p -x https://%HOSTIP:%HTTPSPROXYPORT ftp://ftp.site.thru.https.proxy:%FTPPORT/%TESTNUMBER --proxy-… 66 # The second and third CONNECT will be made to the dynamic port number the FTP 74 CONNECT ftp.site.thru.https.proxy:12345 HTTP/1.1 75 Host: ftp.site.thru.https.proxy:12345 79 CONNECT ftp.site.thru.https.proxy:12345 HTTP/1.1 80 Host: ftp.site.thru.https.proxy:12345 [all …]
|
D | test2045 | 4 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 36 ftp 39 Set the default protocol to ftp for a schemeless URL 42 -H "User-Agent:" -H "Host:" -H "Accept:" --proto-default ftp %HOSTIP:%FTPPORT
|
D | test1631 | 4 FTP 23 # This is the FTP server response. The Life and Adventures of Robinson Crusoe 39 ftp 43 FTP through HTTPS-proxy 46 -p -x https://%HOSTIP:%HTTPSPROXYPORT ftp://ftp.site.thru.https.proxy:%FTPPORT/%TESTNUMBER --proxy-… 57 # The second CONNECT will be made to the dynamic port number the FTP server 64 CONNECT ftp.site.thru.https.proxy:12345 HTTP/1.1 65 Host: ftp.site.thru.https.proxy:12345 69 CONNECT ftp.site.thru.https.proxy:12345 HTTP/1.1 70 Host: ftp.site.thru.https.proxy:12345 [all …]
|
D | test1316 | 4 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 54 ftp 61 FTP LIST tunneled through HTTP proxy 64 ftp://ftp.%TESTNUMBER:%FTPPORT/ -p -x %HOSTIP:%PROXYPORT 73 PASS ftp@example.com
|
D | test1569 | 4 FTP 15 that FTP 27 ftp 30 FTP first type=A then regular URL 36 "ftp://%HOSTIP:%FTPPORT/%TESTNUMBER;type=A" ftp://%HOSTIP:%FTPPORT/%TESTNUMBER 45 PASS ftp@example.com 62 that FTP 68 that FTP
|
D | test1570 | 4 FTP 15 that FTP 27 ftp 30 FTP first type=D then regular URL 36 "ftp://%HOSTIP:%FTPPORT/%TESTNUMBER;type=D" ftp://%HOSTIP:%FTPPORT/%TESTNUMBER 45 PASS ftp@example.com 62 that FTP 68 that FTP
|
D | test297 | 4 FTP 7 --ftp-method 22 ftp 25 FTP CWD with --ftp-method singlecwd 28 --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/%TESTNUMBER 36 PASS ftp@example.com
|
D | test296 | 4 FTP 7 --ftp-method 22 ftp 25 FTP CWD with --ftp-method multicwd 28 --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/%TESTNUMBER 36 PASS ftp@example.com
|
D | test298 | 4 FTP 7 --ftp-method 22 ftp 25 FTP CWD with --ftp-method nocwd 28 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/th%69rd/%TESTNUMBER 36 PASS ftp@example.com
|
D | test270 | 4 FTP 15 that FTP 27 ftp 30 FTP RETR PASV --ftp-skip-pasv-ip 33 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-skip-pasv-ip --disable-epsv 41 PASS ftp@example.com
|
D | test280 | 4 FTP 7 --ftp-alternative-to-user 14 # FTP server 38 ftp 41 FTP --ftp-alternative-to-user on USER failure 44 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ --ftp-alternative-to-user "USER replacement" 54 PASS ftp@example.com
|
D | test294 | 4 FTP 8 --ftp-account 15 # FTP server 39 ftp 42 FTP --ftp-account on ACCT request 45 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ --ftp-account "data for acct" 54 PASS ftp@example.com
|
/external/ltp/testcases/network/stress/ftp/ |
D | 00_Descriptions.txt | 1 ftp-download-stress01 2 Verify the ftp server or the kernel is not down after a ftp client 5 ftp-download-stress02 6 Verify the ftp server or the kernel is not down after many ftp 9 ftp-upload-stress01 10 Verify the ftp server or the kernel is not down after a ftp client 13 ftp-upload-stress02 14 Verify the ftp server or the kernel is not down after many ftp clients
|
/external/ltp/testcases/network/stress/ |
D | README | 59 Attention for HTTP/FTP stress tests 62 When you run http or ftp stress tests, you have to start http or ftp server 70 When you run the ftp upload tests, please make sure the local host have 84 FTP_DOWNLOAD_DIR (for ftp stress test) 85 FTP_UPLOAD_DIR (for ftp stress test) 86 FTP_UPLOAD_URLDIR (for ftp stress test) 102 DOWNLOAD_BIGFILESIZE (for http/ftp downloading stress test) 103 DOWNLOAD_REGFILESIZE (for http/ftp downloading stress test) 104 UPLOAD_BIGFILESIZE (for ftp uploading stress test) 105 UPLOAD_REGFILESIZE (for ftp uploading stress test) [all …]
|
/external/curl/docs/ |
D | MANUAL.md | 9 Get a README file from an FTP server: 11 curl ftp://ftp.funet.fi/README 17 Get a directory listing of an FTP site: 19 curl ftp://ftp.funet.fi 27 curl ftp://ftp.funet.fi/ http://www.weirdserver.com:8000/ 35 curl --ftp-ssl ftp://files.are.secure.com/secrets.txt 78 ### FTP subsection 80 To ftp files using name and password, include them in the URL like: 82 curl ftp://name:passwd@machine.domain:port/full/path/to/file 86 curl -u name:passwd ftp://machine.domain:port/full/path/to/file [all …]
|
/external/cronet/net/android/tools/ |
D | proxy_test_cases.py | 28 "ftp://example.com/" : "DIRECT", 41 "ftp://example.com/" : "DIRECT", 53 "ftp://example.com/" : "DIRECT", 66 "ftp://example.com/" : "DIRECT", 113 "description" : "Test that FTP non proxy hosts are mapped correctly", 115 "ftp.nonProxyHosts" : "slashdot.org", 116 "ftp.proxyHost" : "httpproxy.com", 117 "ftp.proxyPort" : "8080", 121 "ftp://example.com/" : "PROXY httpproxy.com:8080", 126 "description" : "Test ftp.proxyHost and ftp.proxyPort works.", [all …]
|
/external/curl/docs/cmdline-opts/ |
D | ftp-method.d | 3 Long: ftp-method 6 Protocols: FTP 8 Category: ftp 9 Example: --ftp-method multicwd ftp://example.com/dir1/dir2/file 10 Example: --ftp-method nocwd ftp://example.com/dir1/dir2/file 11 Example: --ftp-method singlecwd ftp://example.com/dir1/dir2/file 15 Control what method curl should use to reach a file on an FTP(S)
|
D | ftp-pret.d | 3 Long: ftp-pret 5 Protocols: FTP 7 Category: ftp 8 Example: --ftp-pret ftp://example.com/ 9 See-also: ftp-port ftp-pasv 12 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
|
D | page-footer | 19 protocol that curl supports and as specified in a URL. FTP, FTPS, POP3, IMAP, 138 FTP access denied. The server denied login or denied access to the particular 142 FTP accept failed. While waiting for the server to connect back when an active 143 FTP session is used, an error code was sent over the control connection or 146 FTP weird PASS reply. Curl could not parse the reply sent to the PASS request. 148 During an active FTP session while waiting for the server to connect back to 151 FTP weird PASV reply, Curl could not parse the reply sent to the PASV request. 153 FTP weird 227 format. Curl could not parse the 227-line the server sent. 155 FTP cannot use host. Could not resolve the host IP we got in the 227-line. 161 FTP could not set binary. Could not change transfer method to binary. [all …]
|
D | ftp-port.d | 3 Long: ftp-port 7 Protocols: FTP 8 See-also: ftp-pasv disable-eprt 9 Category: ftp 10 Example: -P - ftp:/example.com 11 Example: -P eth0 ftp:/example.com 12 Example: -P 192.168.0.2 ftp:/example.com 16 Reverses the default initiator/listener roles when connecting with FTP. This 33 Disable the use of PORT with --ftp-pasv. Disable the attempt to use the EPRT
|
/external/cronet/net/android/javatests/src/org/chromium/net/ |
D | AndroidProxySelectorTest.java | 100 checkMapping("ftp://example.com/", "DIRECT"); in testNoProxy() 116 checkMapping("ftp://example.com/", "DIRECT"); in testHttpProxyHostAndPort() 131 checkMapping("ftp://example.com/", "DIRECT"); in testHttpProxyHostOnly() 146 checkMapping("ftp://example.com/", "DIRECT"); in testHttpProxyPortOnly() 205 * Test that FTP non proxy hosts are mapped correctly 213 System.setProperty("ftp.nonProxyHosts", "slashdot.org"); in testFtpNonProxyHosts() 214 System.setProperty("ftp.proxyHost", "httpproxy.com"); in testFtpNonProxyHosts() 215 System.setProperty("ftp.proxyPort", "8080"); in testFtpNonProxyHosts() 216 checkMapping("ftp://example.com/", "PROXY httpproxy.com:8080"); in testFtpNonProxyHosts() 221 * Test ftp.proxyHost and ftp.proxyPort works. [all …]
|