Home
last modified time | relevance | path

Searched refs:CWD (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/external/curl/tests/data/
Dtest14233 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 …]
Dtest14714 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
Dtest122541 CWD /
42 CWD foo
47 CWD /
48 CWD /
49 CWD foo
50 CWD bar
Dtest10821 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
Dtest40825 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
Dtest2966 CWD
25 FTP CWD with --ftp-method multicwd
38 CWD first
39 CWD second
40 CWD third
Dtest57542 CWD fully_simulated
43 CWD UNIX
60 CWD /
61 CWD fully_simulated
62 CWD UNIX
83 CWD fully_simulated
84 CWD UNIX
Dtest14641 CWD first
42 CWD dir
43 CWD here
48 CWD /
Dtest57446 CWD fully_simulated
47 CWD UNIX
64 CWD /
65 CWD fully_simulated
66 CWD UNIX
Dtest111347 CWD fully_simulated
48 CWD DOS
65 CWD /
66 CWD fully_simulated
67 CWD DOS
Dtest21534 Get two FTP dir listings from the same remote dir: no second CWD
47 CWD a
48 CWD path
49 CWD 215
Dtest12511 REPLY CWD 314 bluah you f00l!
21 FTP download, failed CWD
37 CWD path
Dtest12736 CWD path
37 CWD to
38 CWD file
Dtest19011 DELAY CWD 60
24 FTP download with strict timeout and slow CWD
41 CWD path
Dtest2976 CWD
25 FTP CWD with --ftp-method singlecwd
38 CWD first/second/third
Dtest100314 # a ~17000 bytes response string to CWD to make sure the ftp parser deals
17 REPLY CWD 250 CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
40 CWD path
Dtest21023 Get two FTP files from the same remote dir: no second CWD
40 CWD a
41 CWD path
Dtest21634 CWD a
35 CWD path
36 CWD 216
Dtest10642 CWD /
43 CWD path with spaces
44 CWD and things2
Dtest10327 FTP RETR PORT with CWD
45 CWD a
46 CWD path
/external/selinux/secilc/docs/
DMakefile1 CWD ?= $(shell pwd) macro
2 HTMLDIR ?= $(CWD)/html
3 PDFDIR ?= $(CWD)/pdf
4 TMPDIR ?= $(CWD)/tmp
5 TESTDIR ?= $(CWD)/../test
/external/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild2 CWD=`pwd`
23 tar xzvf $CWD/dnsmasq-$VERSION.tar.gz
25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
45 zcat $CWD/rc.dnsmasq.gz > $PKG/etc/rc.d/rc.dnsmasq.new
51 cat $CWD/slack-desc > $PKG/install/slack-desc
52 zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
/external/curl/docs/cmdline-opts/
Dftp-method.d3 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/1.2.2/src/test/java/org/mockftpserver/stub/command/
DCwdCommandHandlerTest.java58 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.2/src/test/java/org/mockftpserver/stub/command/
DCwdCommandHandlerTest.java58 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>>...12