Copy multiple files into multiple directories from local to remote

Does Octopus deploy provide the facility to copy multiple files from multiple directories from my local machine into multiple directories at the remote server at the same time silently. Does it have a GUI interface

Hi Matt,

Octopus Deploy doesn’t have anything out-of-the-box to copy multiple files from multiple directories from one machine to another, the usual workflow is to put the files you want to move to the remote server in a package and deploy that to your remote server. But, if your Octopus server has access to both locations you could write a PowerShell script that copied the files from your local machine to your remote server.

I’m not quite sure what you mean by doing it silently though, perhaps if you could expand and explain a bit more what your current scenario is that you’re trying to solve I could give you a better/clearer answer.

Thank you,
Henrik