Replace Whole Site by FTP
- by Sam Machin
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