automated ftp upload via shell script
hi there,is there any way to build an automated upload via ftp script that will run as a cron?
i built a php one but php scripts time out after 30 seconds and i don't want to increase that value. these are fairly large files that i wish to send to a remote ftp site once every few days.
i tried just putting one command per line and running the script, however it is of no use.
any suggestions?