FTP test case data
This commit is contained in:
parent
c84aa663a1
commit
b82fa8d959
1
tests/data/command100.txt
Normal file
1
tests/data/command100.txt
Normal file
@ -0,0 +1 @@
|
||||
ftp://%HOSTIP:%FTPPORT/
|
3
tests/data/command101.txt
Normal file
3
tests/data/command101.txt
Normal file
@ -0,0 +1,3 @@
|
||||
ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
|
||||
|
||||
|
1
tests/data/command102.txt
Normal file
1
tests/data/command102.txt
Normal file
@ -0,0 +1 @@
|
||||
ftp://%HOSTIP:%FTPPORT/102
|
4
tests/data/command103.txt
Normal file
4
tests/data/command103.txt
Normal file
@ -0,0 +1,4 @@
|
||||
ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
|
||||
|
||||
|
||||
|
1
tests/data/name100.txt
Normal file
1
tests/data/name100.txt
Normal file
@ -0,0 +1 @@
|
||||
FTP dir list PASV
|
2
tests/data/name101.txt
Normal file
2
tests/data/name101.txt
Normal file
@ -0,0 +1,2 @@
|
||||
FTP dir list, PORT with specified IP
|
||||
|
1
tests/data/name102.txt
Normal file
1
tests/data/name102.txt
Normal file
@ -0,0 +1 @@
|
||||
FTP RETR PASV
|
1
tests/data/name103.txt
Normal file
1
tests/data/name103.txt
Normal file
@ -0,0 +1 @@
|
||||
FTP RETR PORT with CWD
|
5
tests/data/prot100.txt
Normal file
5
tests/data/prot100.txt
Normal file
@ -0,0 +1,5 @@
|
||||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PASV
|
||||
TYPE A
|
||||
LIST
|
5
tests/data/prot101.txt
Normal file
5
tests/data/prot101.txt
Normal file
@ -0,0 +1,5 @@
|
||||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PORT 127,0,0,1,243,212
|
||||
TYPE A
|
||||
LIST
|
5
tests/data/prot102.txt
Normal file
5
tests/data/prot102.txt
Normal file
@ -0,0 +1,5 @@
|
||||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PASV
|
||||
TYPE I
|
||||
RETR 102
|
6
tests/data/prot103.txt
Normal file
6
tests/data/prot103.txt
Normal file
@ -0,0 +1,6 @@
|
||||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
CWD a/path/
|
||||
PORT 127,0,0,1,246,33
|
||||
TYPE I
|
||||
RETR 103
|
11
tests/data/reply100.txt
Normal file
11
tests/data/reply100.txt
Normal file
@ -0,0 +1,11 @@
|
||||
total 20
|
||||
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
|
||||
drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
|
||||
drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
|
||||
-r--r--r-- 1 0 1 35 Jul 16 1996 README
|
||||
lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
|
||||
dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
|
||||
drwxrwxrwx 2 98 98 512 May 29 16:04 download.html
|
||||
dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
|
||||
drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
|
||||
dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
|
11
tests/data/reply101.txt
Normal file
11
tests/data/reply101.txt
Normal file
@ -0,0 +1,11 @@
|
||||
total 20
|
||||
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
|
||||
drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
|
||||
drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
|
||||
-r--r--r-- 1 0 1 35 Jul 16 1996 README
|
||||
lrwxrwxrwx 1 0 1 7 Dec 9 1999 bin -> usr/bin
|
||||
dr-xr-xr-x 2 0 1 512 Oct 1 1997 dev
|
||||
drwxrwxrwx 2 98 98 512 May 29 16:04 download.html
|
||||
dr-xr-xr-x 2 0 1 512 Nov 30 1995 etc
|
||||
drwxrwxrwx 2 98 1 512 Oct 30 14:33 pub
|
||||
dr-xr-xr-x 5 0 1 512 Oct 1 1997 usr
|
6
tests/data/reply102.txt
Normal file
6
tests/data/reply102.txt
Normal file
@ -0,0 +1,6 @@
|
||||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
6
tests/data/reply103.txt
Normal file
6
tests/data/reply103.txt
Normal file
@ -0,0 +1,6 @@
|
||||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
Loading…
x
Reference in New Issue
Block a user