File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test1358
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: FTP
    5: RETR
    6: </keywords>
    7: </info>
    8: 
    9: # Server-side
   10: <reply>
   11: # file1358 contents...
   12: <data nocheck="yes">
   13: HTTP/1.1 200 OK
   14: Date: Thu, 09 Nov 2010 14:49:00 GMT
   15: Server: test-server/fake
   16: Content-Length: 6
   17: Connection: close
   18: Content-Type: text/html
   19: Content-Disposition: filename=name1358; charset=funny; option=strange
   20: 
   21: MOOOO
   22: </data>
   23: </reply>
   24: 
   25: # Client-side
   26: <client>
   27: # this relies on the debug feature to allow us to set directory to store the
   28: # -O output in, using the CURL_TESTDIR variable
   29: <features>
   30: debug
   31: </features>
   32: <server>
   33: ftp
   34: </server>
   35: <name>
   36: FTP download, file with C-D inside, using -O -D stdout
   37: </name>
   38: <setenv>
   39: CURL_TESTDIR=%PWD/log
   40: </setenv>
   41: <command option="no-output,no-include">
   42: ftp://%HOSTIP:%FTPPORT/path/file1358 -O -D -
   43: </command>
   44: <postcheck>
   45: perl %SRCDIR/libtest/notexists.pl log/name1358
   46: </postcheck>
   47: </client>
   48: 
   49: # Verify data after the test has been "shot"
   50: <verify>
   51: <protocol>
   52: USER anonymous
   53: PASS ftp@example.com
   54: PWD
   55: CWD path
   56: EPSV
   57: TYPE I
   58: SIZE file1358
   59: RETR file1358
   60: QUIT
   61: </protocol>
   62: 
   63: <file1 name="log/file1358">
   64: HTTP/1.1 200 OK
   65: Date: Thu, 09 Nov 2010 14:49:00 GMT
   66: Server: test-server/fake
   67: Content-Length: 6
   68: Connection: close
   69: Content-Type: text/html
   70: Content-Disposition: filename=name1358; charset=funny; option=strange
   71: 
   72: MOOOO
   73: </file1>
   74: 
   75: <file2 name="log/stdout1358">
   76: 220-        _   _ ____  _     
   77: 220-    ___| | | |  _ \| |    
   78: 220-   / __| | | | |_) | |    
   79: 220-  | (__| |_| |  _ {| |___ 
   80: 220    \___|\___/|_| \_\_____|
   81: 331 We are happy you popped in!
   82: 230 Welcome you silly person
   83: 257 "/" is current directory
   84: 250 CWD command successful.
   85: 229 Entering Passive Mode (stripped)
   86: 200 I modify TYPE as you wanted
   87: 213 214
   88: 150 Binary data connection for 1358 () (214 bytes).
   89: 226 File transfer complete
   90: </file2>
   91: <stripfile2>
   92: s/^(229 Entering Passive Mode \().*(\).*)/${1}stripped${2}/
   93: </stripfile2>
   94: 
   95: </verify>
   96: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>