Publish Web: Reduce website downtime by first transferring the files to a temp location
Publish Web is nice, but it can be better if it minimize the website downtime by moving the large files (generally the website DLLs) from a local source of the website. To achieve this, the feature should copy the new files to a temp location, and then use ftp_rename command to move the files to the correct location.
9
votes