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

Bookmarks for folders on rclone

Open eyalk5 opened this issue 5 years ago • 5 comments

Hi, I kept a bookmark to a remote share. It was to ~/vim/.netranger/computer/path When I go to it straight (not doing remotelist first), the files are treated as if they are local. Any chance to fix it?

eyalk5 avatar Jan 01 '20 22:01 eyalk5

I think this can be fixed later.

ipod825 avatar Jan 03 '20 19:01 ipod825

I don't think it's the case (at least in the newest version). Could you please elaborate on your problem? How do you enter the remote cache directory? What operations do you perform after entering the directory? What's the expected result of the operation? What's the real result.

ipod825 avatar Jan 17 '20 04:01 ipod825

Tested on last version now. The bookmarks is to /Users/eyalkarni/.netranger/remote/compname/something and named d. This is a linux ssh using rclone.

It works when I enter :NetrRemoteList and then follows the entire path. If I just go 'd, it doesn't work - meaning I get empty files.

eyalk5 avatar Jan 26 '20 22:01 eyalk5

I can't reproduce. Pressing 'd I do go to the remote directory as a remote directory. What's your os/vim/rclone/vim-netranger version?

ipod825 avatar Jan 27 '20 02:01 ipod825

netranger - last version . nvim v0.5.0-295-g234232ff4 rclone v1.47.0

config:

[xxx]
type = sftp
host = xxxx
user = yyy
key_use_agent = true
use_insecure_cipher = false

The bookmark was created with a much earlier version. maybe this is the problem?

eyalk5 avatar Jan 27 '20 19:01 eyalk5