/external/curl/tests/data/ |
D | test588 | 3 # 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|
|
D | test591 | 3 # 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|
|
D | test594 | 3 # 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|
|
D | test592 | 3 # 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|
|
D | test593 | 3 # 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|
|
D | test116 | 5 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|
|
D | test212 | 5 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|
|
D | test1050 | 7 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|
|
D | test1414 | 22 REPLY EPRT 502 no such command 32 FTP PORT without SIZE or EPRT support 42 s/^(EPRT \|1\|)(.*)/$1/ 49 EPRT |1|
|
D | test253 | 7 EPRT 40 FTP IPv6 dir list with EPRT 51 s/^(EPRT \|2\|::1\|)(.*)/$1/ 57 EPRT |2|::1|
|
D | test255 | 7 EPRT 41 FTP IPv6 dir list with EPRT and --disable-eprt 52 s/^(EPRT \|2\|::1\|)(.*)/$1/ 58 EPRT |2|::1|
|
D | test1211 | 37 s/^EPRT \|1\|(.*)/EPRT \|1\|/ 44 EPRT |1|
|
D | test1207 | 37 s/^EPRT \|1\|(.*)/EPRT \|1\|/ 43 EPRT |1|
|
D | test1206 | 37 s/^EPRT \|1\|(.*)/EPRT \|1\|/ 43 EPRT |1|
|
D | test1208 | 37 s/^EPRT \|1\|(.*)/EPRT \|1\|/ 48 EPRT |1|
|
D | test1209 | 37 s/^EPRT \|1\|(.*)/EPRT \|1\|/ 49 EPRT |1|
|
D | test119 | 35 # Strip all valid kinds of PORT and EPRT that curl can send 38 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
D | test103 | 36 # 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}\|
|
/external/curl/docs/cmdline-opts/ |
D | disable-eprt.d | 2 Help: Inhibit using EPRT or LPRT 5 Tell curl to disable the use of the EPRT and LPRT commands when doing active 6 FTP transfers. Curl will normally always first attempt to use EPRT, then LPRT 7 before using PORT, but with this option, it will use PORT right away. EPRT and 12 --eprt can be used to explicitly enable EPRT again and --no-eprt is an alias 15 If the server is accessed using IPv6, this option will have no effect as EPRT 18 Disabling EPRT only changes the active behavior. If you want to switch to
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
D | EprtCommandHandlerTest.java | 41 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV4); in testHandleCommand_IPv4() 58 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV6); in testHandleCommand_IPv6() 75 … testHandleCommand_InvalidParameters(commandHandler, CommandNames.EPRT, PARAMETERS_INSUFFICIENT); in testHandleCommand_MissingRequiredParameter()
|
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/command/ |
D | EprtCommandHandlerTest.java | 41 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV4); in testHandleCommand_IPv4() 58 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV6); in testHandleCommand_IPv6() 75 … testHandleCommand_InvalidParameters(commandHandler, CommandNames.EPRT, PARAMETERS_INSUFFICIENT); in testHandleCommand_MissingRequiredParameter()
|
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/command/ |
D | EprtCommandHandlerTest.java | 41 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV4); in testHandleCommand_IPv4() 58 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV6); in testHandleCommand_IPv6() 75 … testHandleCommand_InvalidParameters(commandHandler, CommandNames.EPRT, PARAMETERS_INSUFFICIENT); in testHandleCommand_MissingRequiredParameter()
|
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/command/ |
D | EprtCommandHandlerTest.java | 41 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV4); in testHandleCommand_IPv4() 58 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV6); in testHandleCommand_IPv6() 75 … testHandleCommand_InvalidParameters(commandHandler, CommandNames.EPRT, PARAMETERS_INSUFFICIENT); in testHandleCommand_MissingRequiredParameter()
|
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/command/ |
D | EprtCommandHandlerTest.java | 41 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV4); in testHandleCommand_IPv4() 58 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV6); in testHandleCommand_IPv6() 75 … testHandleCommand_InvalidParameters(commandHandler, CommandNames.EPRT, PARAMETERS_INSUFFICIENT); in testHandleCommand_MissingRequiredParameter()
|
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/command/ |
D | EprtCommandHandlerTest.java | 43 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV4); in testHandleCommand_IPv4() 60 final Command COMMAND = new Command(CommandNames.EPRT, PARAMETERS_IPV6); in testHandleCommand_IPv6() 77 … testHandleCommand_InvalidParameters(commandHandler, CommandNames.EPRT, PARAMETERS_INSUFFICIENT); in testHandleCommand_MissingRequiredParameter()
|