Here's the situation. i have a file that gets automatically updated via a cron job every few hours. After it gets updated, i want to have it automatically get uploaded to an ftp site. I want to have the full command line switch so that I can use a cron to schedule this as well...
something along these lines:
ftp serverURL --user user
asswd --upload-file filename
any ideas?
something along these lines:
ftp serverURL --user user

any ideas?