I need to set up an FTP server to host fairly large text files (.CSV).
At the FTP client level these need to be uncompressed but I'd like to reduce server disk requirements by using compression. I guess I could either do this at a file system (FUSE) level or transparently within an FTP server, assuming there is an FTP server that can do this.
Anyone got any experience with this or suggestions?