No it is not possible. It is not possible to run a program (zip packer) on the server using FTP. FTP protocol simply doesn't have such feature.
However, if FTP server supports it (ZLIB), Ftp.dll use compression for all transfers.
You can check if compression is used using Ftp.UsesCompression property.