Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.1.1
-
None
-
Qt 5.1.1 with qtftp module from git.
-
a2a7f28c0facd7ca946cea54e98c6019fcdb16ae
Description
The qtftp module is not correctly parsing dates returned from a Windows ftp server, causing no files to be reported in the server. The date format has four digit years and the parsing code expects a two digit year. The attached patch fixed it for me but has not been tested for regressions on other servers.
(I realize that the qtftp module is deprecated.)