Yeah we'll probably design it something like that.
However we'll also allow the compression ratio to be set on uploaded files. If the ftp server supports it we can also set the compression ratio on download too.
Depending on the ftp server most text files in general are better suited for MODE Z because MODE Z is compressed and streamed. Alot of ftp servers that send files in ascii mode only send a single line at a time, rather than sending the file data using the full buffer size.
|