xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | FTP |
| 5 | FTP-ipv6 |
| 6 | IPv6 |
| 7 | PASV |
| 8 | LIST |
| 9 | --interface |
| 10 | </keywords> |
| 11 | </info> |
| 12 | |
| 13 | # |
| 14 | # Server-side |
| 15 | <reply> |
| 16 | # When doing LIST, we get the default list output hard-coded in the test |
| 17 | # FTP server |
| 18 | <datacheck mode="text"> |
| 19 | total 20 |
| 20 | drwxr-xr-x 8 98 98 512 Oct 22 13:06 . |
| 21 | drwxr-xr-x 8 98 98 512 Oct 22 13:06 .. |
| 22 | drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT |
| 23 | -r--r--r-- 1 0 1 35 Jul 16 1996 README |
| 24 | lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin |
| 25 | dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev |
| 26 | drwxrwxrwx 2 98 98 512 May 29 16:04 download.html |
| 27 | dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc |
| 28 | drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub |
| 29 | dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr |
| 30 | </datacheck> |
| 31 | </reply> |
| 32 | |
| 33 | # |
| 34 | # Client-side |
| 35 | <client> |
| 36 | <features> |
| 37 | ipv6 |
| 38 | </features> |
| 39 | <server> |
| 40 | ftp-ipv6 |
| 41 | </server> |
| 42 | <name> |
| 43 | FTP-IPv6 dir list PASV with localhost --interface |
| 44 | </name> |
| 45 | <command> |
| 46 | -g "ftp://%HOST6IP:%FTP6PORT/" --interface ::1 |
| 47 | </command> |
| 48 | # --interface doesn't accept an address surrounded by [] so %CLIENT6IP is out |
| 49 | <precheck> |
| 50 | perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP' ne '[::1]' );" |
| 51 | </precheck> |
| 52 | </client> |
| 53 | |
| 54 | # |
| 55 | # Verify data after the test has been "shot" |
| 56 | <verify> |
| 57 | <protocol> |
| 58 | USER anonymous
|
| 59 | PASS ftp@example.com
|
| 60 | PWD
|
| 61 | EPSV
|
| 62 | TYPE A
|
| 63 | LIST
|
| 64 | QUIT
|
| 65 | </protocol> |
| 66 | </verify> |
| 67 | </testcase> |