- create a directory to place your downloaded files in
- create text file to hold the ftp commands
example website.txt
open website.com
username
password
cd /remotedirectory
bin
put/get "filename.wat"
disconnect
bye
- execute the ftp command, ftp -s:website.txt
- can execute from a batch file as well