Hi All,
I need a cash shell script to go out and fetch a bunch of xml files stored on a password protected ftp site. I'm about half way there with the following command:
wget -O myfile1.xml
ftp://myuser:mypas@ftp1.example.com/xmlfile1.xmlI just need this to go through and grab about 10 files and give them sequential names I would also like an array of the names of the xml files I want to retrieve so I can loop through them and get each one.
Start Free Trial