Sending files on the local wifi from Linux computer to Linux computer.
-
Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?
@mosgaard Rsync
-
Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?
@mosgaard `python -m http.server` from the directory you want to share.
-
Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?
@mosgaard
warp or warpinator? -
Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?
@mosgaard RSYNC?

-
Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?
@mosgaard NFS or sshfs -
Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?
scp
-
@mosgaard I'm all KDE now, so KDE Connect is what I use daily.
-
Sending files on the local wifi from Linux computer to Linux computer. Any suggestions?
@mosgaard you're all missing the simple and obvious. *Every* Linux File Browser *already* has built-in support to connect to a remote SFTP share (the remote #linux box needs the "openssh-server" installed).
It goes almost full wire speed, even on tiny files. Beats SMB for speed. I use this heavily in my home lab. For example in #KDE Dolphin: "Network": icon on left - > "Add Network Folder" button in the upper right - > "Secure shell (ssh)" radio button.
#SelfHosting` -
@mosgaard you're all missing the simple and obvious. *Every* Linux File Browser *already* has built-in support to connect to a remote SFTP share (the remote #linux box needs the "openssh-server" installed).
It goes almost full wire speed, even on tiny files. Beats SMB for speed. I use this heavily in my home lab. For example in #KDE Dolphin: "Network": icon on left - > "Add Network Folder" button in the upper right - > "Secure shell (ssh)" radio button.
#SelfHosting` -
-
@mosgaard `python -m http.server` from the directory you want to share.
@dreamer uh, looks straight forward, where will it show up?
-
-
@dreamer uh, looks straight forward, where will it show up?
@mosgaard <host_ip>:8000
Of course this is not safe to do at all, but if you just want to quickly share a file with your friend over the local network .. why not? :#
-
@mosgaard <host_ip>:8000
Of course this is not safe to do at all, but if you just want to quickly share a file with your friend over the local network .. why not? :#
@dreamer makes sense, I like how straight forward this is.
Will I need to un-share afterwards?
-
-
@dreamer makes sense, I like how straight forward this is.
Will I need to un-share afterwards?
@mosgaard
Ctrl-c until death.