Home
last modified time | relevance | path

Searched refs:EPRT (Results 1 – 25 of 42) sorted by relevance

12

/third_party/curl/tests/data/
Dtest5883 # This test is exactly like 525 but the server rejects the EPRT command.
5 # active connection case that differs between PORT and EPRT use
13 EPRT refused
22 REPLY EPRT 500 we don't like EPRT now
35 FTP PORT upload using multi interface, EPRT doesn't work
48 # Strip off parts of the PORT and EPRT commands that might differ
51 s/^EPRT \|1\|(.*)/EPRT \|1\|/
58 EPRT |1|
Dtest5913 # For this test the server rejects the EPRT command,
13 EPRT refused
24 REPLY EPRT 500 we don't like EPRT now
50 # Strip off parts of the PORT and EPRT commands that might differ
53 s/^EPRT \|1\|(.*)/EPRT \|1\|/
60 EPRT |1|
Dtest5933 # For this test the server rejects the EPRT command,
13 EPRT refused
24 REPLY EPRT 500 we don't like EPRT now
50 # Strip off parts of the PORT and EPRT commands that might differ
53 s/^EPRT \|1\|(.*)/EPRT \|1\|/
60 EPRT |1|
Dtest5943 # For this test the server rejects the EPRT command,
13 EPRT refused
26 REPLY EPRT 500 we don't like EPRT now
52 # Strip off parts of the PORT and EPRT commands that might differ
55 s/^EPRT \|1\|(.*)/EPRT \|1\|/
62 EPRT |1|
Dtest5923 # For this test the server rejects the EPRT command,
13 EPRT refused
24 REPLY EPRT 500 we don't like EPRT now
50 # Strip off parts of the PORT and EPRT commands that might differ
53 s/^EPRT \|1\|(.*)/EPRT \|1\|/
61 EPRT |1|
Dtest1165 EPRT
8 EPRT refused
14 REPLY EPRT 500 we don't like EPRT now
24 # EPRT is only sent when IPv6 is enabled
44 s/^(EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|)\d{1,5}\|/$1/
50 EPRT |1|1.2.3.4|
Dtest2125 EPRT
15 REPLY EPRT 500 no such command
24 # EPRT is only sent when IPv6 is enabled
29 Get two FTP files with no remote EPRT support
44 s/^(EPRT \|1\|)\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|/$1/
53 EPRT |1|
Dtest10507 EPRT
39 FTP-IPv6 dir list, EPRT with specified IP
52 # Strip all valid kinds of EPRT that curl can send
54 s/^(EPRT \|2\|::1\|)(.*)/$1/
60 EPRT |2|::1|
Dtest141422 REPLY EPRT 502 no such command
32 FTP PORT without SIZE or EPRT support
42 s/^(EPRT \|1\|)(.*)/$1/
49 EPRT |1|
Dtest2537 EPRT
40 FTP IPv6 dir list with EPRT
51 s/^(EPRT \|2\|::1\|)(.*)/$1/
57 EPRT |2|::1|
Dtest2557 EPRT
41 FTP IPv6 dir list with EPRT and --disable-eprt
52 s/^(EPRT \|2\|::1\|)(.*)/$1/
58 EPRT |2|::1|
Dtest121139 s/^EPRT \|1\|(.*)/EPRT \|1\|/
46 EPRT |1|
Dtest120637 s/^EPRT \|1\|(.*)/EPRT \|1\|/
43 EPRT |1|
Dtest120737 s/^EPRT \|1\|(.*)/EPRT \|1\|/
43 EPRT |1|
Dtest120939 s/^EPRT \|1\|(.*)/EPRT \|1\|/
51 EPRT |1|
Dtest120841 s/^EPRT \|1\|(.*)/EPRT \|1\|/
52 EPRT |1|
Dtest59647 s/^(EPRT \|1\|)(.*)/$1/
53 EPRT |1|
Dtest14536 # Strip all valid kinds of PORT and EPRT that curl can send
39 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
Dtest11936 # Strip all valid kinds of PORT and EPRT that curl can send
39 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
Dtest14434 # Strip all valid kinds of PORT and EPRT that curl can send
37 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
Dtest10336 # Strip all valid kinds of PORT and EPRT that curl can send
39 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
Dtest14632 # Strip all valid kinds of PORT and EPRT that curl can send
35 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
Dtest10834 # Strip all valid kinds of PORT and EPRT that curl can send
37 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
Dtest52539 # Strip all valid kinds of PORT and EPRT that curl can send
42 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
/third_party/curl/docs/cmdline-opts/
Ddisable-eprt.d4 Help: Inhibit using EPRT or LPRT
12 Tell curl to disable the use of the EPRT and LPRT commands when doing active
13 FTP transfers. Curl normally first attempts to use EPRT before using PORT, but
14 with this option, it uses PORT right away. EPRT is an extension to the
18 --eprt can be used to explicitly enable EPRT again and --no-eprt is an alias
21 If the server is accessed using IPv6, this option has no effect as EPRT is
24 Disabling EPRT only changes the active behavior. If you want to switch to

12