File transfer tool

rsync…

But I’ll bite - why would I use a non native distro tool for a simple task, when other by default included tools already exist?

You could even use netcat if needed:

Other cool uses for netcat:
 
rsync…

But I’ll bite - why would I use a non native distro tool for a simple task, when other by default included tools already exist?

You could even use netcat if needed:

Other cool uses for netcat:
Once off and no need to auth a user. Also able to doit from Windoze.
 
Depends how secure I want to be, if not secure

"python3 -m http.server 9000" and wget "http://IPaddress:9000/file"

If secure "scp file.txt [email protected]:/remote/directory"

In windows "Invoke-WebRequest -Uri <source> -OutFile <destination>"

I forget the command for hosting a webserver with powershell off the top of my head.
 
Depends how secure I want to be, if not secure

"python3 -m http.server 9000" and wget "http://IPaddress:9000/file"

If secure "scp file.txt [email protected]:/remote/directory"

In windows "Invoke-WebRequest -Uri <source> -OutFile <destination>"

I forget the command for hosting a webserver with powershell off the top of my head.
Yeah this one (Python Webserver) is always super useful for a quick and dirty transfer mechanism for 2 machines where a) ssh isn't setup b) I couldn't be arsed to move keys around c) I need to do stuff NOWWWW!
 
fpsync + fpart

Uses rsync in parallel, supposed to be very fast


Fpsync is command line tool for synchronizing directories in parallel using fpart and rsync tools. You can specify a number of concurrent sync jobs, number of files per sync job, and the maximum byte size per sync among other things. Fpsync is believed to be 4 to 5 times faster than rsync. Fpsync makes sense when syncing massive drives with thousands of directories and small files.
 
Top
Sign up to the MyBroadband newsletter
X