Using crontab to ftp file from AIX server
by sarahyounes from LinuxQuestions.org on (#4YHVG)
Hello
I'm new to the scripting and cron jobs
my aim is to use crontab to ftp file (swf, XMl) from AIX server to windows server every 2 min with a user other the root user
I created two scripts on to take me to the directory I want to transfer files from with user creating these files and then calling ftp script to transfer them to windows server and changing the name of the file after that
the issue is that when running the script manually it works just fine except for the part where I need to rename the file I have not write that yet, but when using crontab to run it it does not work


I'm new to the scripting and cron jobs
my aim is to use crontab to ftp file (swf, XMl) from AIX server to windows server every 2 min with a user other the root user
I created two scripts on to take me to the directory I want to transfer files from with user creating these files and then calling ftp script to transfer them to windows server and changing the name of the file after that
the issue is that when running the script manually it works just fine except for the part where I need to rename the file I have not write that yet, but when using crontab to run it it does not work