Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to connect to ftp server using QFtp class and see file properties (it's size, creation/modification date etc.) but not to download file. Is it possible to do that and how ?
Call QFtp::list() after connecting something to the QFtp::listInfo() signal and see how useful/reliable the information is.
Thanks ChrisW67, this will be useful for me. And so, the task is solved.