Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

FTP to multiple sites

  • 16-05-2002 11:31PM
    #1
    Registered Users, Registered Users 2 Posts: 1,022 ✭✭✭


    I want to FTP the same mini-website to about 400 different domains. Does anyone know of an FTP program that can automate this process (I'm using Cute at the moment)

    For your information these 400 domain are domains that I have for sale. I have free hosting on them all and I want to put up some advertising to support them until I sell them.


Comments

  • Registered Users, Registered Users 2 Posts: 1,514 ✭✭✭Dermo


    it would be easiest to host your site on a server that allows unlimited domains so you could just pull the info from the same place for every domain, and then dissasociate the domain when u sell it


  • Registered Users, Registered Users 2 Posts: 347 ✭✭Static


    Yeah, if you have access, and all domains are on the one machine, then just setup vhosts in iis/apache to serve from a common directory.

    If you're going to be changing the page on each domain frequently, it might be an idea to ftp up the same frameset page which grabs the main frame from one place, that way, you can change that page, and all the domains are changed....

    A very useful utility for doing automated stuff like this is expect, which can basically be told what to expect (hence the name, I guess) and what to enter on getting what it expects.. A tutorial I found after a quick search shows...

    http://www.raycosoft.com/rayco/support/expect_tutor.html

    it expects (excuse the pun) that you're a little bit familiar with interpreted code/shell scripts


Advertisement