Skip to content

Automating FTP

Here’s how you automate FTP :

  ftp -v -n hostname << EOF
  user usuario password
  bin
  put filename
  bye
  EOF

With thanks to this post.

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*