FTP mget / mput without prompt

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

 

Print Friendly, PDF & Email

More Like This


Categories


Linux
  • Post a comment