scp-action
scp-action copied to clipboard
multiple source
How can I set multiple source to target on server?
--
I have two dir want to SCP , but in different dir deep
foo/bar/* -> /server-dir image/* -> /server-dir
Hi. @appleboy
I have a similar question. One file from /folder/script.sh and the second from the working directory. It copies normally from the working one, but it doesn't copy from the one in which the script is.
Have you tried : source: | foo/bar/* image/* target: /server-dir
@John-jk
I will try it out.