Information abotu FTP protocol, client side
-
Good morning,
I'm starting using the QT library and I need to create a custom FTP client. My main problem is related to the MODE Z ftp.
In fact in my application I need to be able to upload (not download) file compressed in zlib deflate mode to FTP servers that support MODE Z rfc proposal (http://filezilla-project.org/specs/draft-preston-ftpext-deflate-03.txt).So I have a question: this feature is supported in QT 4.7.1 or not?
I was not able to find a reference to it, however as far as I know QT integrate with Zlib and has a really useful QFtp class, so I this that I missing some QT example.If the answer is not I will try implementing the MODE Z by my self.
Any help will be really appreciated.
Giovanni