Searched refs:CWD (Results 1 – 25 of 329) sorted by relevance
12345678910>>...14
/external/curl/tests/data/ |
D | test142 | 33 CWD part1 34 CWD part2 35 CWD part3 36 CWD part4 37 CWD part5 38 CWD part6 39 CWD part7 40 CWD part8 41 CWD part9 42 CWD part10 [all …]
|
D | test147 | 14 REPLY CWD 550 I won't allow this on my server 15 COUNT CWD 1 25 FTP with --ftp-create-dirs (failing CWD) 43 CWD first 45 CWD first 46 CWD dir 47 CWD here
|
D | test1225 | 41 CWD / 42 CWD foo 47 CWD / 48 CWD / 49 CWD foo 50 CWD bar
|
D | test108 | 21 FTP PORT upload with CWD 24 ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T log/upload108 -P - 43 CWD CWD 44 CWD STOR 45 CWD RETR
|
D | test408 | 25 FTPS PORT upload with CWD 28 -k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/CWD/STOR/RETR/408 -T log/upload408 -P - 49 CWD CWD 50 CWD STOR 51 CWD RETR
|
D | test296 | 6 CWD 25 FTP CWD with --ftp-method multicwd 38 CWD first 39 CWD second 40 CWD third
|
D | test575 | 42 CWD fully_simulated 43 CWD UNIX 60 CWD / 61 CWD fully_simulated 62 CWD UNIX 83 CWD fully_simulated 84 CWD UNIX
|
D | test1149 | 51 CWD list 52 CWD this 53 CWD path 54 CWD 1149 58 CWD /
|
D | test574 | 46 CWD fully_simulated 47 CWD UNIX 64 CWD / 65 CWD fully_simulated 66 CWD UNIX
|
D | test1113 | 47 CWD fully_simulated 48 CWD DOS 65 CWD / 66 CWD fully_simulated 67 CWD DOS
|
D | test146 | 41 CWD first 42 CWD dir 43 CWD here 48 CWD /
|
D | test215 | 34 Get two FTP dir listings from the same remote dir: no second CWD 47 CWD a 48 CWD path 49 CWD 215
|
D | test125 | 11 REPLY CWD 314 bluah you f00l! 21 FTP download, failed CWD 37 CWD path
|
D | test127 | 36 CWD path 37 CWD to 38 CWD file
|
D | test190 | 11 DELAY CWD 60 24 FTP download with strict timeout and slow CWD 41 CWD path
|
D | test297 | 6 CWD 25 FTP CWD with --ftp-method singlecwd 38 CWD first/second/third
|
D | test210 | 23 Get two FTP files from the same remote dir: no second CWD 40 CWD a 41 CWD path
|
D | test216 | 34 CWD a 35 CWD path 36 CWD 216
|
D | test1003 | 14 # a ~17000 bytes response string to CWD to make sure the ftp parser deals 17 REPLY CWD 250 CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA… 40 CWD path
|
D | test106 | 42 CWD / 43 CWD path with spaces 44 CWD and things2
|
/external/selinux/secilc/docs/ |
D | Makefile | 1 CWD ?= $(shell pwd) macro 2 HTMLDIR ?= $(CWD)/html 3 PDFDIR ?= $(CWD)/pdf 4 TMPDIR ?= $(CWD)/tmp 5 TESTDIR ?= $(CWD)/../test
|
/external/curl/docs/cmdline-opts/ |
D | ftp-method.d | 3 Help: Control CWD usage 11 curl does a single CWD operation for each path part in the given URL. For deep 15 curl does no CWD at all. curl will do SIZE, RETR, STOR etc and give a full 18 curl does one CWD with the full target directory and then operates on the file
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/command/ |
D | CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY); in testHandleCommand_MissingPathnameParameter() 69 command1 = new Command(CommandNames.CWD, array(DIR1)); in setUp() 70 command2 = new Command(CommandNames.CWD, array(DIR2)); in setUp()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
D | CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY); in testHandleCommand_MissingPathnameParameter() 69 command1 = new Command(CommandNames.CWD, array(DIR1)); in setUp() 70 command2 = new Command(CommandNames.CWD, array(DIR2)); in setUp()
|
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/command/ |
D | CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY); in testHandleCommand_MissingPathnameParameter() 69 command1 = new Command(CommandNames.CWD, array(DIR1)); in setUp() 70 command2 = new Command(CommandNames.CWD, array(DIR2)); in setUp()
|
12345678910>>...14