Hi! I need to connect to an FTP server from SCO Unix at 1:30 am everyday to get some files. I want to run a cron job to do this to relieve operators of doing it manually just to retrieve the files. How do you code a proper FTP script and how do you include it in cron properly (ie I want errors to be logged to an error log file, for example, if FTP fails or if the file doesn't exist). Thanks for any help or code given!