FTP
FTPS
PASV
RETR
# Server-side
data blobb
# data is sent to stdout
# Client-side
SSL
ftps
Get two FTPS files from the same remote dir: no second CWD
-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/a/path/%TESTNUMBER ftps://%HOSTIP:%FTPSPORT/a/path/%TESTNUMBER
data blobb
data blobb
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PBSZ 0
PROT C
PWD
CWD a
CWD path
EPSV
TYPE I
SIZE %TESTNUMBER
RETR %TESTNUMBER
EPSV
SIZE %TESTNUMBER
RETR %TESTNUMBER
QUIT