Test #1106 needs an ftp enabled client

This commit is contained in:
Yang Tse 2009-12-16 15:24:12 +00:00
parent 3802d027cd
commit 044ba6dad2

View File

@ -22,6 +22,9 @@ hello
# Client-side # Client-side
<client> <client>
<features>
ftp
</features>
<server> <server>
http http
</server> </server>
@ -32,10 +35,8 @@ FTP URL and with ftp_proxy environment variable set
<setenv> <setenv>
ftp_proxy=http://%HOSTIP:%HTTPPORT/ ftp_proxy=http://%HOSTIP:%HTTPPORT/
</setenv> </setenv>
# note that we need quotes around the URL below to make sure the shell doesn't
# treat the semicolon as a separator!
<command> <command>
"ftp://%HOSTIP:23456/1106" ftp://%HOSTIP:23456/1106
</command> </command>
</client> </client>