I need to copy a file automatically, by Python script.
On remote Windows I have WinRM connection.
So, I can open session like https://github.com/diyan/pywinrm
I need to copy from path C:\1.txt
to path /home/test/1.txt
.
How can I do it (without Ansible)?