Welcome to the Linux Foundation Forum!

Transfer an xml file to a specific ip address

Options
tasos777
tasos777 Posts: 1
edited May 2015 in Command Line/Scripting

HI,

I need to create a bash script to transfer xml file to a specific ip address every 10 minutes. Any ideas???

Thank you

Comments

  • morks
    morks Posts: 3
    Options
    How do you want to transfer the xml file. Via http(curl), ssh(scp).
    The best idea to do a job every 10 minutes is to write it in the crontab:
    */10 * * * * /path/to/script/name.sh
    

Categories

Upcoming Training