How to access storj bucket via FTP/SFTP?

How to access storj bucket via FTP/SFTP? I have a VPS and I tried to mash together an SFTP user with only one directory allowed and s3fs, but it isn’t working. I am certain I am doing something wrong, is there a tutorial on how to do both? Or is there anything which completely bypasses that?

Hello @mandu,
Welcome to the forum!

You can take a look on:

But generally - you need to mount a bucket to your filesystem using either s3fs, or rclone mount (see how to configure rclone here: Getting Started with Rclone Configuration - Storj Docs) and configure your ftp server to use this mounted location.