Welcome to the Linux Foundation Forum!

Transfer an xml file to a specific ip address

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

  • Posts: 3
    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:
    1. */10 * * * * /path/to/script/name.sh

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training