Skip to content

Commit

Permalink
Added test case 120, ftp with '-Q -'
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 22, 2001
1 parent 609be21 commit 3d6fcbf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/data/Makefile.am
Expand Up @@ -54,4 +54,5 @@ command9.txt name15.txt prot6.txt \
error111.txt name16.txt prot7.txt \
command26.txt prot26.txt command27.txt prot27.txt \
name26.txt reply26.txt name27.txt stdout27.txt \
command28.txt name28.txt prot28.txt reply28.txt
command28.txt name28.txt prot28.txt reply28.txt \
command120.txt name120.txt prot120.txt reply120.txt
3 changes: 3 additions & 0 deletions tests/data/command120.txt
@@ -0,0 +1,3 @@
ftp://%HOSTIP:%FTPPORT/106 -Q "-DELE file"


1 change: 1 addition & 0 deletions tests/data/name120.txt
@@ -0,0 +1 @@
ftp download with post-quote delete operation
6 changes: 6 additions & 0 deletions tests/data/prot120.txt
@@ -0,0 +1,6 @@
USER anonymous
PASS curl_by_daniel@haxx.se
PASV
TYPE I
RETR 106
DELE file
6 changes: 6 additions & 0 deletions tests/data/reply120.txt
@@ -0,0 +1,6 @@
data
to
see
that FTP
works
so does it?

0 comments on commit 3d6fcbf

Please sign in to comment.