You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I want to download/upload/list file in VM guest, how can I do that?
Example 1: I want to list file in C:/ of VM windows.
Example 2: Write something to C:\Windows\System32\drivers\etc\hosts in VM windows.
In VimAutomation, that was called GuestFileManager, I can download/upload/list/delete .... everything I can do with VM guest file. An more feature like GuestProcessManager, I can execute script or file in VM Guest.