# Server-side
data
to
see
that FTP
works
so does it?
# Client-side
FTP user+password in URL and ASCII transfer
ftp://userdude:passfellow@%HOSTIP:%FTPPORT/103 --use-ascii
REPLY EPSV 500 no such command
REPLY SIZE 500 no such command
# Verify data after the test has been "shot"
USER userdude
PASS passfellow
PWD
EPSV
PASV
TYPE A
SIZE 103
RETR 103