These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
By default, no, there isn’t any FTP options for Spaces.
But, if you really want it, you can mount it using s3fs and then use it as file system. If you really, really want FTP, you can set up it to work with s3fs.
However, this not advised/recommended as Spaces (or any other S3-like mechanism) are not meant to be used with FTP or similar protocols.
By default, no, there isn’t any FTP options for Spaces.
But, if you really want it, you can mount it using
s3fs
and then use it as file system. If you really, really want FTP, you can set up it to work withs3fs
.However, this not advised/recommended as Spaces (or any other S3-like mechanism) are not meant to be used with FTP or similar protocols.