Rclone rc mount sftp set path

[sftp]
type = sftp
host = 111.1.1.1
user = root
port = 22
key_pem = key

docker exec rclone rclone rc mount/mount fs=sftp:/ mountPoint=/data/sftp --rc-user 111 --rc-pass 111

docker exec rclone rclone rc mount/mount fs=sftp: mountPoint=/data/sftp --rc-user 111 --rc-pass 111

I can only enter the home directory.

Put the path here. This no leading slash for your home directory, yes leading slash otherwise

fs=sftp:/
fs=sftp:/absolute/path
fs=sftp:
fs=sftp:in/home/dir

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.