Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test216
index a8264ce..91bc705 100644 (file)
@@ -1,4 +1,10 @@
 <testcase>
+<info>
+<keywords>
+FTP
+</keywords>
+</info>
+
 # Server-side
 <reply>
 </reply>
@@ -12,7 +18,7 @@ ftp
 FTP upload two files to the same dir
  </name>
  <command>
--T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/%2e%2eanotherup
+-T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/%2e%2eanotherup.216
 </command>
 <file name="log/upload.216">
 upload this file twice
@@ -22,18 +28,18 @@ upload this file twice
 # Verify data after the test has been "shot"
 <verify>
 <protocol>
-USER anonymous\r
-PASS ftp@example.com\r
-PWD\r
-CWD a\r
-CWD path\r
-CWD 216\r
-EPSV\r
-TYPE I\r
-STOR upload.216\r
-EPSV\r
-STOR ..anotherup\r
-QUIT\r
+USER anonymous
+PASS ftp@example.com
+PWD
+CWD a
+CWD path
+CWD 216
+EPSV
+TYPE I
+STOR upload.216
+EPSV
+STOR ..anotherup.216
+QUIT
 </protocol>
 </verify>
 </testcase>