FTP Automation Windows <> Unix <> Remote
Hi All,
I am a newbie to unix and scripting. I need to do the following job:
1. Create a batch file in windows that will call a script in a remote unix box.
2. The script now ftp files from the Remote windows machine and get them back to the local windows.
Actually, I have written the script in Perl using Net::Ftp and it is running fine among unix boxes. Now, I am supposed to make a batch file of the same so that it will run on scheduled time of a day and get the required files.
Could anybody please help me out.
Regards,
Ankur
PS: Is there any way, through which I can FTP automatically from Windows to windows, but the unix box is always there in between the transactions. I mean it is always there as an intermediate for the FTP job in my case, if done manually.
Last edited by Ankur; 06-21-2006 at 10:35 PM.
|