kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

How to get outside $HOME using SFTP remote #153

Open rapenne-s opened 3 years ago

rapenne-s commented 3 years ago

Hello,

I don't understand how I am supposed to get outside of my user $HOME directory when using a SFTP server.

In rclone-browser this home directory appears as / in the file list, the only trick I found to be able to browse the filesystem is to create a symbolic link to / within the home directory. My issue is that rclone-browser only show /home/solene/ while I need to make transfers from/to /home/samba/ using my user.

I have a simple rclone sftp config to connect to a Linux NixOS system.

[nas]
type = sftp
host = 192.168.1.150
md5sum_command = md5 -r
sha1sum_command = sha1 -r
runapp commented 3 years ago

Probably caused by #64