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