0 votes
in JQuery by
How can you copy files on the target host recursively?

1 Answer

0 votes
by

1) Files can be copied to the host using the copy module. 

2) There is a recursive parameter that copies all the files present in a directory. 

3) The synchronize module is also used for this purpose. You simply have to mention the source and destination directories.

Related questions

0 votes
asked Oct 21, 2019 in Jenkins by rajeshsharma
0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986
...