Replace Whole Site by FTP
Posted
by Sam Machin
on Server Fault
See other posts from Server Fault
or by Sam Machin
Published on 2010-03-29T11:38:07Z
Indexed on
2010/03/29
11:43 UTC
Read the original article
Hit count: 440
Hi There,
I've got a set of tools which periodically (about once a day) generate a complete set of static HTML pages for a site with associated folder structure etc.
I then need to put those file onto the production server, my problem is that the server runs IIS(6 I think) and I only have regular FTP access.
I need a way to automate the process of publishing the new site and it needs to a total replacement of the files each time its published, eg delete the whole folder & contents then put the new ones up.
My source server is a ubuntu machine and I've got total control at that end, I have tried using CurlFTpFS but it seems to be too slow for what I'm trying to do and locks up.
Rgds Sam
© Server Fault or respective owner