[–]▶ No.1019870>>1020662 >>1020665 >>1021559 >>1021563 >>1021580 >>1021687 [Watch Thread][Show All Posts]
Let's discuss the transfer of files between computers.
Hxw do you personally do this in practice? What are the advantage and disadvantages of your method?
▶ No.1019878
scp or tftp
merely do these out of convenience
▶ No.1019881
If it lay across NAT, then SCP
Else, I just use NFS
▶ No.1019890
▶ No.1019901
I copied HL2 from one laptop to another with FireWire a few weeks ago. Not the fastest, but it works.
▶ No.1019902
Typically rsync over ssh.
▶ No.1019909
A hard drive if it's big stuff, rsync/scp otherwise.
▶ No.1019916>>1019931
USB is kind of slow. I needed to transfer 5 gb of files yesterday, so I just put it on a local server and downloaded by connecting to that. Very fast.
▶ No.1019929>>1019935
▶ No.1019931
▶ No.1019935>>1019965
>>1019929
based, i'm a longtime syncthing shill. i've been using resilio sync as of late to connect my linux devices to my iOS device and it also seems to be a good solution.
▶ No.1019959
Everything is stored on my home server, so I have a SSHFS share on all my machines. Plain and simple. I hate NFS & SMB. Pure bloat in my use case.
▶ No.1019965
>>1019935
Syncthing is pretty shit, but I am more embarrassed to have once been a dropbox shill. It did work well, but of course it's an absolute NSA botnet.
▶ No.1019968>>1019974
>config web server on host pc
>write your own program to handle simple file access over client
>client connected over same network as host
>transfer files through wlan n/ac or gigabit eth
sftp
▶ No.1019974
>>1019968
I love how you completely leave out the S part, and make it more bloated than FTP at the same time. Also, if you cannot write your own FTP server, consider suicide.
▶ No.1019976>>1019981
My dream computer build's to run an OS off an SDD card and use removeable HDDs for everything else. Shame no case has an integrated card reader, though.
▶ No.1019981>>1020646
>>1019976
Why not run your OS off NVMe M.2 like everyone else and get one of those 5.25" x 4 slot cages for 3.5" HDD?
▶ No.1020009
▶ No.1020035
for big files, netcat. Comes without the encryption overhead of scp. Not secure but works with everything as netcat is in busybox. Perfectly fine for home.
For file transfer with my botnet systems, syncthing. Runs under it's own unprivileged user on my linux boxen, with access only to a very few selected directories. I don't let it outside my home network regardless as something about it gives me the strong feeling it's probably riddled with security holes. Don't know why. Software like this just kinda tends to be.
▶ No.1020048
scp for very few files
sshfs for more and larger files but between hosts I don't want connected all the time
syncthing for constant updating of rather small files
SMB/NFS for trusted machines in LAN
▶ No.1020049
I only got *nix systems, so normally use ssh-based method. Either scp if it's just one file, or else I'll do it from midnight commander where it's easy to tag a bunch of random files.
▶ No.1020052
>>1019915
seriously though, why is transferring from a harddrive bad? I back up everything to it anyway
▶ No.1020054
I use my shitty program.
http://0x0.st/shmV.c
▶ No.1020115
rsync/sftp. I actually find it easier and faster than screwing with flash drives. I'm often grabbing config files off another machine.
▶ No.1020200>>1020632
right click > copy
plug mouse into new pc
right click > paste
▶ No.1020610
for things i want to keep in-sync on all of my devices, i use syncthing.
for regular transfers, scp/sftp.
▶ No.1020646
▶ No.1020658
>>1020632
you could build mice with memory cards built in just for this purpose and you would make loads of shekels
dont be surprised when you see these because some china nigger in shenzen sees this idea
▶ No.1020662
>>1019870 (OP)
syncthing not because of a balding guy told me to use thing program
▶ No.1020665
>>1019870 (OP)
samba4lyfe even on *nix
▶ No.1020704
Why not just make it private torrent?
▶ No.1020969
I usually use rsynch through ssh and an ethernet cable.
advantages:
it is relatively fast
it doesn't require too much extra hardware
disadnavtages:
it requires an ethernet cable
it's kindof annoying to set up
you have to get up to unless both machines are right in front of you.
▶ No.1021207
>tfw fell for the DD-WRT meme
>DD-WRT build for my routers has a proven bug
>network file sharing of any kind doesn't work because of this bug
>years later the bug still isn't fixed and probably never will be
Because of this I'm stuck with transfering files through hard drives.
▶ No.1021563
>>1019870 (OP)
sshfs because I'm lazy
▶ No.1021580
>>1019870 (OP)
when afk
>Ddns+ssh
when I'm home,
>RaspberryP + Syncthing+ Hdd
▶ No.1021687
>>1019870 (OP)
git-annex is great