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

Can you give example of your configuration?

Open vicheanak opened this issue 9 years ago • 2 comments

!/bin/sh

if [ "upload" == $1 ];then ncftpput -m -u login_name -p login_password -P 21 remote_host remote_path/$2 dirname $0/$2/$3 elif [ 'download' == $1 ];then ncftpget -u login_name -p login_password -P 21 remote_host dirname $0/$2 remote_path/$2/$3 fi

username: spider password:12345 remote_host: ftp.mysite.com remote_path: /hello/world

thanks

vicheanak avatar Jun 05 '16 04:06 vicheanak

Same problem here. I am getting confused about how to use this plugin.

Thanks!

peidong avatar Jun 13 '16 02:06 peidong

i can't use this plugin it always give me ./.sync: 2: [: upload: unexpected operator ./.sync: 4: [: download: unexpected operator

FoushWare avatar Jul 31 '17 01:07 FoushWare