Skip to content

File Copy Plugins

File Copy is the platform’s primitive for getting a file or folder from a machine’s vault onto the target VM at deploy time. It’s the building block under most plugin behavior — many plugins are really “File Copy → run a script → clean up.”

PluginWhat it doesParamsUses
File CopyDelivers a file or folder from the machine’s vault onto the target VM at deploy time. For folder recursion, set copyContentsOfFolder=true and end the source with a trailing slash.source destination isFolder copyContentsOfFolder1,829