Windows file copying

Posted on

Hi,
In my windows file copying scenario, both source and destination are windows hosts, as per my scenario I need to copy the file which is less than one day to the destination.
I have got the file that is less than using the win_find module and it registered as well.

Now how we can copy the file which is registered to the destination server using win_copy command.

Please correct me if i am wrong or please advise any other solution is available.

Responses