mmozeiko / RcloneBrowser

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

sftp remote to specified folder : "too many colons in address" #82

Open sheepdestroyer opened 7 years ago

sheepdestroyer commented 7 years ago

rclone 1.38

I want to create a mount to a sftp remote with a different folder than the user's login folder by specifying the path as hostname:path but I get the error message : "too many colons in address".

For instance, with the root user, by only specifying the hostname, I would normally get a remote to /root/, but in order to get to /, I would like to be able to specify hostname:/ or hostname:~/../ in the mount command