-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot transfer local files to remote #15
Comments
Does the directory /home/xxxx/project or /home/xxxxx exist on the remote end? |
Yes, I am very sure that there exist these two directory. Note I use Spacemacs in my Manjaro system. |
I use Dired-mode open these two directories together in a window (one directory corresponds a buffer), so they exist. |
You've obscured the actual names - any special characters or other such things in the paths? |
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). |
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.
The text was updated successfully, but these errors were encountered: