FTP test case data
This commit is contained in:
Родитель
c938166520
Коммит
2677c27b08
|
@ -0,0 +1 @@
|
|||
ftp://%HOSTIP:%FTPPORT/a/path/103 --head
|
|
@ -0,0 +1,2 @@
|
|||
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
"ftp://%HOSTIP:%FTPPORT//path%20with%20%20spaces/and%20things2/106;type=A"
|
||||
|
|
@ -0,0 +1 @@
|
|||
ftp://%HOSTIP:%FTPPORT/107 -T data/reply106.txt
|
|
@ -0,0 +1 @@
|
|||
ftp://%HOSTIP:%FTPPORT/CWD/STOR/RETR/108 -T data/reply106.txt -P -
|
|
@ -0,0 +1 @@
|
|||
ftp://%HOSTIP:%FTPPORT/109 -T data/reply106.txt --append
|
|
@ -0,0 +1 @@
|
|||
ftp://%HOSTIP:%FTPPORT/110 -C 20
|
|
@ -0,0 +1 @@
|
|||
ftp://%HOSTIP:%FTPPORT/110 -C 2000
|
|
@ -0,0 +1 @@
|
|||
ftp://%HOSTIP:%FTPPORT/112 -T data/reply106.txt -C 40
|
|
@ -0,0 +1 @@
|
|||
36
|
|
@ -1,2 +1 @@
|
|||
FTP dir list, PORT with specified IP
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
FTP --head to get file size only
|
|
@ -0,0 +1 @@
|
|||
FTP user+password in URL and ASCII transfer
|
|
@ -0,0 +1 @@
|
|||
FTP GET with type=A style ASCII URL using %20 codes
|
|
@ -0,0 +1 @@
|
|||
FTP PASV upload file
|
|
@ -0,0 +1 @@
|
|||
FTP PORT upload with CWD
|
|
@ -0,0 +1 @@
|
|||
FTP PASV upload append
|
|
@ -0,0 +1 @@
|
|||
FTP download resume with set limit
|
|
@ -0,0 +1 @@
|
|||
FTP download resume beyond file size
|
|
@ -0,0 +1 @@
|
|||
FTP PASV upload resume
|
|
@ -1,6 +1,6 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
CWD a/path/
|
||||
CWD a/path
|
||||
PORT 127,0,0,1,246,33
|
||||
TYPE I
|
||||
RETR 103
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
CWD a/path
|
||||
TYPE I
|
||||
SIZE 103
|
|
@ -0,0 +1,5 @@
|
|||
USER userdude
|
||||
PASS passfellow
|
||||
PASV
|
||||
TYPE A
|
||||
RETR 103
|
|
@ -0,0 +1,6 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
CWD /path with spaces/and things2
|
||||
PASV
|
||||
TYPE A
|
||||
RETR 106
|
|
@ -0,0 +1,5 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PASV
|
||||
TYPE I
|
||||
STOR 107
|
|
@ -0,0 +1,6 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
CWD CWD/STOR/RETR
|
||||
PORT 127,0,0,1,5,109
|
||||
TYPE I
|
||||
STOR 108
|
|
@ -0,0 +1,5 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PASV
|
||||
TYPE I
|
||||
APPE 109
|
|
@ -0,0 +1,7 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PASV
|
||||
TYPE I
|
||||
SIZE 110
|
||||
REST 20
|
||||
RETR 110
|
|
@ -0,0 +1,5 @@
|
|||
USER anonymous
|
||||
PASS curl_by_daniel@haxx.se
|
||||
PASV
|
||||
TYPE I
|
||||
APPE 112
|
|
@ -0,0 +1 @@
|
|||
Content-Length: 51
|
|
@ -0,0 +1,6 @@
|
|||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
|
@ -0,0 +1,6 @@
|
|||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
|
@ -0,0 +1,2 @@
|
|||
expected to be a file without the first part
|
||||
but we emulate that
|
|
@ -0,0 +1,2 @@
|
|||
e without the first part
|
||||
but we emulate that
|
|
@ -0,0 +1,6 @@
|
|||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
|
@ -0,0 +1,6 @@
|
|||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
|
@ -0,0 +1,6 @@
|
|||
data
|
||||
to
|
||||
see
|
||||
that FTP
|
||||
works
|
||||
so does it?
|
|
@ -0,0 +1 @@
|
|||
o does it?
|
Загрузка…
Ссылка в новой задаче