-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Sometime it is needed to copy more than one file, for example, xml files contained on a directory. The equivalent of:
scp my_dir/*.xml user@server:output_directory/
I think not be able to copy more than one file at once is a limitation
- links to
+1, Thanks for logging this sermelo. Nice to have feature. I will look into it soon, please don't mind to issue a pull request if you have already some ideas around this.
And also we can achieve this by running a script to create a temp directory with filter and just copy that directory over instead, but yeah it is a bit of hacky.