Created
February 18, 2021 19:53
-
-
Save elusive/aeee40095d738141e6158e81720286b7 to your computer and use it in GitHub Desktop.
Share files via HTTP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in wsl use this: | |
python -m SimpleHTTPServer | |
# but in windows use this: | |
python -m http.server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moving files to VM
The easiest way to move files around is via http server. And with python installed it is very easy to spin up a simple http server instance and then "download" the files onto the vm. This is easier then having to move them with ssh, etc.