scp-action icon indicating copy to clipboard operation
scp-action copied to clipboard

multiple source

Open Bloodmors opened this issue 2 years ago • 3 comments

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

Bloodmors avatar Aug 15 '23 10:08 Bloodmors

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.

John-jk avatar Sep 25 '24 12:09 John-jk

Have you tried : source: | foo/bar/* image/* target: /server-dir

IndoPy avatar Dec 05 '24 07:12 IndoPy

@John-jk

I will try it out.

appleboy avatar Dec 06 '24 04:12 appleboy