skelsec / aardwolf

Asynchronous RDP client for Python (headless)
MIT License
155 stars 23 forks source link

Clipboard file copy #19

Closed cakekoa closed 1 year ago

cakekoa commented 1 year ago

Adds the ability to copy a set of files from the client to server over RDP. Only client->server has been implemented

Also note that I've used Protocols here, which is a feature of Python 3.8 (Python 3.7 is EOL).

cakekoa commented 1 year ago

@skelsec Is there anything I can do to help get the ball rolling?

skelsec commented 1 year ago

Hello, I'm extremely happy for your PR, and I will process it as soon as possible.
Currently however I'm really bogged down with life, and have little time to test all the code. I will try to get this to a higher priority, at latest I will do it by the end of August. Hope it's okay with you.

skelsec commented 1 year ago

Thank you for the awesome PR!