I have been reading previous posts about cron, but still was unable to understand how to do it.
I have an ftp job that I launch like this:
/usr/public/bin/ftp.proc tgsys ftpfiles.txt xx
I didn't write the ftp.proc, but I guess it takes in 3 param
tgsys is the target system, ftpfiles.txt contains the ftp commands (put source_file target_file).
How can I schedule this ftp job using cron command?
Also, I would want the job to loop until it finds the source_file. How do I do it.
I have an ftp job that I launch like this:
/usr/public/bin/ftp.proc tgsys ftpfiles.txt xx
I didn't write the ftp.proc, but I guess it takes in 3 param
tgsys is the target system, ftpfiles.txt contains the ftp commands (put source_file target_file).
How can I schedule this ftp job using cron command?
Also, I would want the job to loop until it finds the source_file. How do I do it.