StartingUnix
MIS
I need to logon into an FTP server under different user names, passwords and retrieve one or more uniquely named files per FTP account. Ideally, I would like to sequentially store the user name, password, and filename information in one file like:
(machine1) (user1) (pass1) (file1)
(machine2) (user2) (pass2) (file2)
.
EOF
and pass it into an FTP function that references the machine name, user name, password, and filename as variables....... The function would perform the ftp (machine name), user, pass, get, bye for each row/record in the parameter file.....
This seems easy to do....... Being new to UNIX, I am not having much luck....
I am new to UNIX, any help/or suggestions would greatly be appreciated.
Thanks -
StartingUnix
(machine1) (user1) (pass1) (file1)
(machine2) (user2) (pass2) (file2)
.
EOF
and pass it into an FTP function that references the machine name, user name, password, and filename as variables....... The function would perform the ftp (machine name), user, pass, get, bye for each row/record in the parameter file.....
This seems easy to do....... Being new to UNIX, I am not having much luck....
I am new to UNIX, any help/or suggestions would greatly be appreciated.
Thanks -
StartingUnix