472,353 Members | 1,241 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

FTP to Multiple Websites - Once.

Hello

I can't afford M$ CMS. What I am after used to be called Content Deployment
in Site Server 3.0.

Does anyone know of any other software that will let me define a series of
hosts and then FTP to all of them at once?

How do you guys update your clusters?

Thanks

Aug 23 '07 #1
1 1536
"Bookham Measures" <bo**********************@yahoo.comwrote:
>Hello

I can't afford M$ CMS. What I am after used to be called Content Deployment
in Site Server 3.0.

Does anyone know of any other software that will let me define a series of
hosts and then FTP to all of them at once?
If nothing else, you could write a script that invokes the command
line FTP client (built-in to all recent versions of Windows), and
directs it to send the appropriate files to the appropriate places.

You can specify a command file when you invoke FTP, it contains FTP
commands to be executed. For general info about the FTP command, type
"ftp -h". For a list of commands, type ftp to get into the app, then
"help". For an explanation of any command, type "help <command>"
within FTP. For example, for info on the "put" command, get into the
app, then type "help put"

You might also check out free scripting languages like Perl or Python,
which can handle this type of thing reasonable easily. I have a
suspicion that Python would do this more easily, but no doubt there's
free code for Perl to make an FTP connection.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
http://members.cox.net/slatteryt
Aug 23 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: lostinspace | last post by:
Is it possible? TIA
6
by: Mark Goldin | last post by:
I have registered a domain that forwards every hit to my home PC. I have configured Default Web site to show one Web from my PC. So when people...
2
by: Marcus | last post by:
I have seen many posts of people with the same problem as me (attached below), but I have yet to see any solutions posted. Has anyone figured out...
5
by: Shane Thomas | last post by:
Hello, I'm having difficulty handling cookies with paths other than "/". An HttpWebRequest object returns these headers: Date: Tue, 26 Apr...
9
by: Graham | last post by:
I have been having some fun learning and using the new Controls and methods in .Net 2.0 which will make my life in the future easier and faster....
6
by: Steve Mauldin | last post by:
I have three websites that were developed by using the same code in .net. They are all located under wwwroot on my desktop running windows 2000...
0
by: CNN_news | last post by:
I would like to run multiple instances of TYPO3 (a cms written in PHP) on a single server. You can run multiple websites in two methods:...
9
by: moondaddy | last post by:
I'm using asp.net 2.0 and c# and would like to share some user control between several websites. these websites are on the same server and have a...
3
by: teddarr | last post by:
I have a Windows Server 2003. I am trying to run multiple websites on the server. I have 3 different websites I'd like to run. Currently the...
0
by: teddarr | last post by:
I have a Windows Server 2003. I am trying to run multiple websites on the server. I am using host headers to run the websites on only one ip...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.