We've been using daily for about a year to deploy our client websites.
One of our sites is about 400 MB in size and takes about an hour to build and upload. Our aim is to reduce that deploy time without adjusting end-point bandwidth.
One idea is to zip the contents before uploading, upload the zip file then decompress onto the target web server.
Using FinalBuilder to compress locally and upload the zip file is no problem, but I need a clever way of automating the decompression of the zips into the right folders on the server. Does anyone have any suggestions for how I could do this through one instance of FinalBuilder?
Bjorns’ suggestion is a good one. You could either spawn an FBCMD process to run a FinalBuilder project to do the remote deployment, or you could just run an unzipping tool.