FTP
HTTP
CURLOPT_USERPWD
HTTP proxy
# Server-side
HTTP/1.0 200 OK swsclose
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
blablabla
# Client-side
http
ftp
proxy
FTP over HTTP proxy with user:pass not in url
-x http://%HOSTIP:%HTTPPORT -u michal:aybabtu ftp://host.com/we/want/%TESTNUMBER
# Verify data after the test has been "shot"
GET ftp://michal:aybabtu@host.com/we/want/%TESTNUMBER HTTP/1.1
Host: host.com:21
Authorization: Basic bWljaGFsOmF5YmFidHU=
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive