FTP
PASV
CWD
--ftp-method
multicwd
#
# Server-side
bla bla bla
# Client-side
ftp
FTP CWD with --ftp-method multicwd
--ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD first
CWD second
CWD third
EPSV
TYPE I
SIZE 296
RETR 296
QUIT