vim-sync icon indicating copy to clipboard operation
vim-sync copied to clipboard

rsync uploading a file to a folder that not existed on the server.

Open Mrzrb opened this issue 6 years ago • 0 comments

I found that something got wrong when uploading a file to a folder that not existed on the server. just change

rsync -azcuv -e "/bin/ssh -p36000 -q" `dirname $0`/$2/$3 login_name@remote_host:/remote_path/$2/$3

to

rsync -azcuv -e "/bin/ssh -p36000 -q" `dirname $0`/$2/$3 login_name@remote_host:/remote_path/$2/

can work better~

Mrzrb avatar Aug 19 '19 07:08 Mrzrb