PHP Classes

File: testcases/ftp_download.xml

Recommend this page to a friend!
  Classes of zent00   Curly   testcases/ftp_download.xml   Download  
File: testcases/ftp_download.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Curly
Test sites verifying if responses match XML specs
Author: By
Last change:
Date: 10 years ago
Size: 417 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <cases> <case id="1" name="ftp"> <curl_setopt> <CURLOPT_URL>ftp.cluster014.ovh.net/playbar.angle.jpg</CURLOPT_URL> <CURLOPT_USERPWD>nofreeze:QZTcNNgH</CURLOPT_USERPWD> <CURLOPT_FILE>/tmp/playbar.angle.jpg</CURLOPT_FILE> </curl_setopt> <checks> <status_code> <code>226</code> <onfail_status>WARNING</onfail_status> </status_code> </checks> </case> </cases>