Skip to content

Instantly share code, notes, and snippets.

@idcrook
Created March 6, 2022 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idcrook/3b8c910e5637e6f01fbfe5e65e7eb478 to your computer and use it in GitHub Desktop.
Save idcrook/3b8c910e5637e6f01fbfe5e65e7eb478 to your computer and use it in GitHub Desktop.
quick and dirty copy files from a directory on a remote host python3 built-in
wget -r http://192.168.1.2:8080/
python3 -m http.server

avoids scp and sftp errors

ssh_dispatch_run_fatal: Connection to 192.168.1.2 port 22: message authentication code incorrect lost connection

client_loop: send disconnect: Broken pipe lost connection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment