SFTP remote mounts the user's home directory. I'd like to specify which directory to mount. If logging in with my_user, it uses /home/my_user/, but I'd like to use /zfspool/ instead.
What is your rclone version (output from rclone version)
1.55.0
Which OS you are using and how many bits (eg Windows 7, 64 bit)
mac and linux
Which cloud storage system are you using? (eg Google Drive)
SFTP
The rclone config contents with secrets removed.
[media03]
type = sftp
host = 192.168.x.xx
user = my_user
port = 22
pass =
use_insecure_cipher = false
I want to say this is possible with an alias remote, but I can't remember how.
Paths are specified as remote:path . If the path does not begin with a / it is relative to the home directory of the user. An empty path remote: refers to the user's home directory.
Do you want to add one @jiru? You can edit the SFTP docs online (click the pencil icon).