FTP
RETR
--max-filesize
# Server-side
data
    to
      see
that FTP
works
  so does it?
# Client-side
ftp
 
FTP download maximum filesize not exceeded
 
 
ftp://%HOSTIP:%FTPPORT/291 --max-filesize 100
# Verify data after the test has been "shot"
USER anonymous
PASS ftp@example.com
PWD
EPSV
TYPE I
SIZE 291
RETR 291
QUIT