Hello,
I don't know if this is the right place to post but I am assuming it would be a VBScript question...?
I have built a book site and the client has signed up with a book distributor to handle all the orders
What I need to know is how I get data from one site to another without human interaction.
My client's site takes an order and the person pays through the site
Upon payment, a CSV file is created within a directory on the client's website
I need to find a way of FTPing the data from my clients site onto the distributors' site
The site I am running is built using ASP / VBScript
Thanks for any advice.
|
Team Leader
|
![]() |
| 11Jul2007,14:08 | #2 |
|
If it's an *nix system then you can use rsync [http://samba.anu.edu.au/rsync/], which can be setup in the cron for periodical execution.
|

