OOZIE
One simple solution is that you can use coordinator which runs a workflow.
Workflow should have shell action
http://oozie.apache.org/docs/3.3.0/DG_ShellActionExtension.html
The script in that can just have
wget http://myftp.com/file.name
You can do all what you want in script