mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.32k stars 415 forks source link

Support for remote server configured with SFTP/SSH #43

Open howardm opened 7 years ago

howardm commented 7 years ago

Hi,

Rclone 1.36 now has support for a SFTP/SSH remote server.

Do you have plans to support this in RcloneBrowser, too ?

sftp

Thanks for all your work!

Howard

mmozeiko commented 7 years ago

Are you saying this only about icon in GUI? Or something doesn't work with sftp/ssh remote?

howardm commented 7 years ago

Hi,

Actually, RcloneBrowser does not show the directories in the remote, as shown below.

nodirectories

Whereas, in Terminal, rclone lsd Macmini: does list the [sub]directories in my [user] Home directory.

So, it's more than the icon issue.

Howard

sheepdestroyer commented 7 years ago

SFTP is somewhat working

It connects and opens in home directory (ie /root/ in my case). However, there is no way to go up to "/" I tried editing the remote and add ":/" at the end, but that isn't working.

2017-09-05 13-53-39