Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
So rclone remotes I have to be added through the rclone configuration. I'm not 100% sure you can Mount a remote the way that you're trying to.
You'll have to run
rclone config
and then add your FTP server as a remote. Then you'll be able to use it as a mount point. For example if in the configuration you add it asjack_ftp
you will then be able to mount it like so:But as far as I know you first have to add the remote to the rclone configuration.
Hmm, ok, I tried that, and the command hung without logging anything to the terminal or terminating, and /mnt/jack101 ceased to be a folder, and became a binary file - one I didn't have permission to access
Not sure if you setup the remote correctly or not, then.
Setup your SFTP/FTP remote with the name you want. If it's hanging, only thing I can think of is that you didn't setup the remote correctly. This is how it looks in Windows: https://x0.at/ogeG.png