2007-08-10

.netrc

How .netrc should look. Set 0400.

machine ftp.server.com
login myaccountname
password secretword
macdef init
  prompt
  cd website
  bin
  mput *.ico
  mput *.png
  mput *.jpeg
  ascii
  mput *.html
  mput *.js
  mput *.css
  bye

No comments: