VMWare VI3 - "Download a File" Script

I use this as an HP Rapid Deployment Pack package to download scripts, config files, et al, en masse for a large VMWare environment. Substitue file and IP accordingly.

rm /etc/resolv.conf
ftp -n < open 19.21.2.39
user anonymous rdp
ascii
lcd /etc
cd /dslib/cs_confs
get resolv.conf
exit
EOF2

- Jason

Posted on Jul 9, 02:09 PM by Jason Langone

Commenting is closed for this article.

Commenting is closed for this article.