diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-08-05 12:59:23 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-05 12:59:23 +0000 | 
| commit | c462601362b312e9837e8bcbca814a11f780cf3a (patch) | |
| tree | 3789eb143ceb5084686739e580787d56f11ed5f7 /tests | |
| parent | 859877dcfcf66bbe44e1a77db30362db0605387d (diff) | |
persistant connection test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/test146 | 46 | 
1 files changed, 46 insertions, 0 deletions
diff --git a/tests/data/test146 b/tests/data/test146 new file mode 100644 index 000000000..88690c954 --- /dev/null +++ b/tests/data/test146 @@ -0,0 +1,46 @@ +# Server-side +<reply> +<data> +this is file contents +</data> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +persistant FTP with different paths + </name> + <command> +ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146 +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +# strip all kinds of PORT, EPRT and LPRT curl can do +<strip> +^PORT 127,0,0,1,.* +^EPRT.* +^LPRT.* +</strip> +<protocol> +USER anonymous
 +PASS curl_by_daniel@haxx.se
 +PWD
 +CWD first
 +CWD dir
 +CWD here
 +EPSV
 +TYPE I
 +SIZE 146
 +RETR 146
 +CWD /nowhere/anywhere
 +EPSV
 +TYPE I
 +SIZE 146
 +RETR 146
 +</protocol> +</verify>  | 
