How you get a file from one computer to another

How you get a file from one computer to another

What is a flash drive?

fixed version

yeah sneakernet should be on there. and also, gpg encryption is not a file transfer method

print the contents of the file on a piece of paper. guilty as charged.

SSH + RSync.
Because my autism hasn't reach the ultimate levels yet.

navigate to directory of file then

python -m SimpleHTTPServer 8080

tar syntax is wrong

scp

B:\INTERLNK.EXE

untrusted network: OnionShare
trusted network: bittorrent or a dedicated file storage as a proxy
2 computer network: scp, samba or rsync

If anyone wants an invite to the keybase alpha let me know, my buddy gave me one a week ago and now I have 5

Overall it's pretty neat but the network isn't very stable, it seems to go down for a couple seconds every 30 minutes or so.

I lock my laptop in a safe and ship post it to whoever wants the file.

...

I just want to be able to talk to my normalfag family on something other than (((Skype))) or Jewgle Hangouts. It's pretty good for convenient filesharing though, the network thing is just an annoyance.

use ipad

USB chip.

Depends

1. Transferring between laptop, desktop or SJW Pi --> Syncthing since they all have it running
2. Transferring between laptop or desktop and phone -->
a. USB cable
b. FTP via app
c. Email to myself
3. Transferring between laptop or desktop and another computer -->
a. USB stick
b. Put file in /var/www/ on SJW Pi and download from web browser

ssh, ftp, gopher, irc

when I want to copy a file from my phone to my laptop, I SSH it onto my NAS, then get it via NFS on my laptop

just werks

Emacs + eshell + TRAMP

this is for Python 2, and everybody should use Python 3 in 2017

also it leaves encryption/integrity issues unsolved

samba

I just use a p2p client.

Tramp has never worked properly.
It constantly hangs, disconnects and pollutes buffer space.
For me even it manages to hang even for sudo protocol.

Eshell is a complete crap, we already discussed it many times. Don't use it, use plain shell-mode instead. shell-mode isn't perfect either, it's actually a pretty ugly hack, regexps are used to find a proper cursor position for example.
(un-require 'tramp)(un-require 'eshell)