How to use FTP from the terminal / shell without it prompting after every filessh user@host.com
cd path/to/your/files
ftp ftp.host.com
cd path/to/your/files
prompt
mget *
bye
exit
How to use FTP from the terminal / shell without it prompting after every filessh user@host.com
cd path/to/your/files
ftp ftp.host.com
cd path/to/your/files
prompt
mget *
bye
exit