#emacs users, #tramp question:
I never played around with my TRAMP configuration and always used /ssh: with x-f and just Dired to the host.
I want to download folders of flac files to work (large files, each one is around 20MB).
I understand I can simply use /scp: instead of /ssh: and it works just the same.
a. Is this correct or it's not considered good practice in Emacs, and why?
b. Is there a built-in option to automatically configure it to switch to scp when I try to transfer?
(1/2)
@hopeless
@jrss
There just happens to be an Emacs plugin that adds rsync support to dired!
https://github.com/stsquad/dired-rsync
@erkin @hopeless actually, @erkin , I owe you an apology:
"This is useful, especially for large files, because the copy happens in the background and doesn’t lock up Emacs. It is also more efficient than using tramps own encoding methods for moving data between systems."
having emacs hang is another annoying thing that happens when I copy files. I think I'll try it out. Sorry for jumping the gun on rsync.
@erkin @hopeless
rsync is mostly used to sync files so that I have a copy at all times on the other end.
What I want is a fast(er) way to copy files, temporarily, so I can listen and delete later. scp is very good for that.
tramp+dired is better because I see my folders, I can browse to the right artist, mark the files I want to download, and then get them. I don't have to remember the path, I have a split window and I can navigate on the local and the remote host.