简体   繁体   中英

IIS Webdeploy: copy files to client

I am trying to copy some files to a destination Folder (which should be no problem with Webdeploy) and after that process I would like to get these files on the client (the computer which is starting the msdeploy process). There seem to be a lot of examples on how to copy files to a server, but I could not find any about geting files from the server.

What you are describing is not currently supported by MSDeploy. Workarounds that I can think of include:

  • Defining a postSync argument that copies files to a directory accessible via FTP
  • Install MSDeploy on the client and have the server trigger a separate deployment back to the client (this would require that the client be publically accessible)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM