hi there
need to transfer big files bandwidth sparing?
here my way to do this with netrw and tar
source:
tar -cvzf - folderbla | netwrite dsthost.tld 5900
destination:
netread 5900 | tar -xvz
Have fun!
hi there
need to transfer big files bandwidth sparing?
here my way to do this with netrw and tar
source:
tar -cvzf - folderbla | netwrite dsthost.tld 5900
destination:
netread 5900 | tar -xvz
Have fun!