Skip to content
Snippets Groups Projects
Select Git revision
  • dd40eba2541fec1ab252acde0c592603146670ce
  • master default protected
  • 2023-ujoncdelutan
  • 2023-update
  • 1.4.7 protected
  • 1.4.6 protected
  • 1.4.5 protected
  • 1.4.4 protected
  • 1.4.3 protected
  • 1.4.2 protected
  • 1.4.1 protected
  • 1.4.0 protected
  • 1.3.19 protected
  • 1.3.18 protected
  • 1.3.17 protected
  • 1.3.16 protected
  • 1.3.15 protected
  • 1.3.14 protected
  • 1.3.13 protected
  • 1.3.12 protected
  • 1.3.10 protected
  • 1.3.11 protected
  • 1.3.9 protected
  • 1.3.8 protected
24 results

Main.js

Blame
  • test1038 NaN GiB
    <testcase>
    <info>
    <keywords>
    FTP
    EPSV
    APPE
    Resume
    </keywords>
    </info>
    # Server-side
    <reply>
    <size>
    17
    </size>
    </reply>
    
    # Client-side
    <client>
    <server>
    ftp
    </server>
     <name>
    FTP PASV upload resume from end of file
     </name>
     <command>
    ftp://%HOSTIP:%FTPPORT/1038 -T log/upload1038 -C -
    </command>
    <file name="log/upload1038">
    this is the *****cr@p******** that we're gonna upload
    
    worx?
    </file>
    </client>
    
    # Verify data after the test has been "shot"
    <verify>
    <protocol>
    USER anonymous
    PASS ftp@example.com
    PWD
    EPSV
    TYPE I
    SIZE 1038
    APPE 1038
    QUIT
    </protocol>
    <upload>
    cr@p******** that we're gonna upload
    
    worx?
    </upload>
    </verify>
    </testcase>