dired-rsync icon indicating copy to clipboard operation
dired-rsync copied to clipboard

cannot transfer local files to remote

Open fu123456 opened this issue 4 years ago • 6 comments

I used the command "dired-rsync" to transfer a local file to the remote, however, Emacs outputs errors as follows: sending incremental file list rsync: mkdir "/ssh:xxxx@xxxxxxx/home/xxxx/project" failed: No such file or directory (2) rsync error: error in file IO (code 11) at main.c(664) [Receiver=3.1.3]

"Process completed. The window will be closed automatically in 5 seconds." How can I solve this issue? Thanks.

fu123456 avatar Nov 20 '19 12:11 fu123456

Does the directory /home/xxxx/project or /home/xxxxx exist on the remote end?

stsquad avatar Nov 20 '19 14:11 stsquad

Yes, I am very sure that there exist these two directory. Note I use Spacemacs in my Manjaro system.

fu123456 avatar Nov 20 '19 16:11 fu123456

I use Dired-mode open these two directories together in a window (one directory corresponds a buffer), so they exist.

fu123456 avatar Nov 20 '19 16:11 fu123456

@stsquad

fu123456 avatar Nov 20 '19 16:11 fu123456

You've obscured the actual names - any special characters or other such things in the paths?

stsquad avatar Nov 21 '19 10:11 stsquad

Hi, I has this problem again. Do you test this package by ssh? rsync in Emacs does not know ‘/ssh:user@"(does not work), but rsync in Terminal does know 'user@' (does work).

fu123456 avatar Jan 13 '20 03:01 fu123456