I'am trying to copy a 19mb exe file from my linux rundeck server to a windows server using the copy file job in rundeck. This Job needs 2 - 3 hours to copy that 19mb exe. I connect to the server with winrm. Copy from rundeck server to linux servers works fast.
Windows Server Standard 2019
If you check the PyWinRM plugin limitations, maybe 19 megabytes is too much to transfer (works well to transfer scripts for example), perhaps it's a good idea to create a command step that copies that file.