# Warning: if this test fails to start the SSH server, check that none of
# the user's shell profiles sends output to stdout of a non-interactive shell.
FTP
PASV
RETR
multi
SOCKS4
# Server-side
data
to
see
that FTP
works
so does it?
# Client-side
ftp
socks4
lib%TESTNUMBER
FTP RETR a file over a SOCKS proxy using the multi interface
ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER %HOSTIP:%SOCKSPORT
proxy
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
CWD path
EPSV
TYPE I
SIZE %TESTNUMBER
RETR %TESTNUMBER
QUIT
data
to
see
that FTP
works
so does it?