winscp

How to open a directory in WinSCP using pywinauto

Automating WinSCP file transfer in Python using using pywinauto Question: I am trying to automate a file transfer process in WinSCP using Python and pywinauto. I am currently sending keyboard keys of Ctrl+ to open a directory and search a path, but when I run my program, it will not open the open directory window. …

Total answers: 1