i have 2 csv files on my windows xp machine that i want to transfer to a unix server every hour (because the 2 files are updated every 30min).
so i search on the web and i found this possibility: to ftp the files from windows to unix using a batch and task scheduler.
i want to know if it's possible to do it from the unix server with a cron job and a simple scipt and not from the windows machine with ftp only (not samba or http) and how to do it.
thanks for your help