File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test340
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: PASV
    6: CWD
    7: --ftp-method
    8: singlecwd
    9: </keywords>
   10: </info>
   11: #
   12: # Server-side
   13: <reply>
   14: </reply>
   15: 
   16: # Client-side
   17: <client>
   18: <server>
   19: ftp
   20: </server>
   21:  <name>
   22: FTP using %00 in path with singlecwd
   23:  </name>
   24:  <command>
   25: --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/%00first/second/third/340
   26: </command>
   27: </client>
   28: 
   29: # Verify data after the test has been "shot"
   30: <verify>
   31: <protocol>
   32: USER anonymous
   33: PASS ftp@example.com
   34: PWD
   35: </protocol>
   36: <errorcode>
   37: 3
   38: </errorcode>
   39: </verify>
   40: </testcase>

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