diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-05 08:19:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-05 08:19:55 +0000 |
commit | 5eba93c4e70d5a99ec91e34a9b9467cadb57415a (patch) | |
tree | 3b103a3c6e8678b26f9f2f960dd5fb7b7db26691 /tests/data/test251 | |
parent | 915dfb494ec0be89724e81af1b050c49d9d13cac (diff) | |
download | curl-5eba93c4e70d5a99ec91e34a9b9467cadb57415a.tar.gz |
Fixed the --ftp-port address to the CLIENTIP address.
Diffstat (limited to 'tests/data/test251')
-rw-r--r-- | tests/data/test251 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test251 b/tests/data/test251 index 6b0d321ec..73ee09ee0 100644 --- a/tests/data/test251 +++ b/tests/data/test251 @@ -30,7 +30,7 @@ ftp FTP dir list, PORT with specified IP and slow response </name> <command> -ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP +ftp://%HOSTIP:%FTPPORT/ -P %CLIENTIP </command> </client> |