I have a specific need to connect to a cloud storage bucket (Amazon or Google) via FTP.
So I would have multiple buckets with different FTP Accounts linking to each one.
Is this something that is possible?
I have a specific need to connect to a cloud storage bucket (Amazon or Google) via FTP.
So I would have multiple buckets with different FTP Accounts linking to each one.
Is this something that is possible?
No. Neither S3 nor any of its popular clones support FTP access, in large part because the operations exposed to FTP do not map well to S3. (For instance, it is impossible to atomically rename a 'directory' in S3, and FTP does not expose any file metadata beyond UNIX permissions.)
However, a number of desktop FTP clients can also work with S3 (and S3-compatible) storage. One such client is Cyberduck.