I’m pleased to release AntFTP, which is an FTP server which interfaces with AntTP over gRPC.
AntFTP allows uploads and downloads to the Autonomi network. For uploads, the files are initially pushed to AntTP disk cache as a staging area. Periodically (user defined) these files are then pushed to the network. This provides a fast user experience and avoids unnecessary uploads of archives when there are many modifications in a short period of time.
As gRPC is used, transfers are fast between AntFTP and AntTP too. There is no need to base64 encode/decode, as binary transfers are possible.
Why FTP? Well, it is a simple protocol, which made it a straightforward target to test gRPC and the upload/download process in general. Moreover, it is an option for rclone, allowing an FTP server to be used as a FUSE mount - in other words, you can mount your Autonomi public archive and use it like a regular disk.
There are a few limitations, including no support for renaming files and slow performance with large archives, but it’s pretty functional and fun to experiment with.
Finally, it’s designed to be used with AntTP running locally. There is no user authentication or encryption in transit at the moment, so please use it safely with a local AntTP instance.
Release notes and binaries are here: Release Release v0.1.9 · traktion/antftp · GitHub
