Commit 26afc604 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

modified to work with modified code

parent 9aefcada
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD a/path
CWD a
CWD path
PORT 127,0,0,1,246,33
TYPE I
SIZE 103
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@ ftp://%HOSTIP:%FTPPORT/a/path/103 --head
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD a/path
CWD a
CWD path
MDTM 103
TYPE I
SIZE 103
+3 −1
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@ FTP GET with type=A style ASCII URL using %20 codes
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD /path with  spaces/and things2
CWD 
CWD path with  spaces
CWD and things2
EPSV
TYPE A
SIZE 106
+3 −1
Original line number Diff line number Diff line
@@ -29,7 +29,9 @@ Moooooooooooo
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD CWD/STOR/RETR
CWD CWD
CWD STOR
CWD RETR
PORT 127,0,0,1,5,109
TYPE I
STOR 108
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ REPLY CWD 314 bluah you f00l!
USER anonymous
PASS curl_by_daniel@haxx.se
PWD
CWD path/to/file
CWD path
</protocol>
</verify>
Loading