]> granicus.if.org Git - curl/commit
Added test infrastructure to support basic FTPS tests. This currently
authorDan Fandrich <dan@coneharvesters.com>
Thu, 8 Mar 2007 02:38:49 +0000 (02:38 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 8 Mar 2007 02:38:49 +0000 (02:38 +0000)
commit1bfa7dfe39ec74cbec28808969ba8320f0807ae4
tree969d2808edbe0ae257a8e0eb12268e946e528354
parent85daec253cf5a6e1eb3f023e76180f553c715de8
Added test infrastructure to support basic FTPS tests.  This currently
supports only ftps:// URLs with --ftp-ssl-control specified, which
implicitly encrypts the control channel but not the data channels.  That
allows stunnel to be used with an unmodified ftp server in exactly the
same way that the test https server is set up.
Added test case 400 as a basic FTPS test.
tests/README
tests/data/Makefile.am
tests/data/test400 [new file with mode: 0644]
tests/httpsserver.pl
tests/runtests.pl