RcloneBrowser
RcloneBrowser copied to clipboard
How to get outside $HOME using SFTP remote
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
Probably caused by #64