ID: 30003 Updated by: [EMAIL PROTECTED] Reported By: djneoform at gmail dot com -Status: Open +Status: Bogus -Bug Type: Feature/Change Request +Bug Type: FTP related Operating System: Linux PHP Version: 4.3.8 New Comment:
There is no standard for how the output of LIST is shown so it is likely to be different on different FTP servers.. Previous Comments: ------------------------------------------------------------------------ [2004-09-07 17:05:39] djneoform at gmail dot com After looking into it more, ftp_mdtm() doesn't work unless you just used ftp_chdir() i don't believe it's supposed to work that way. ------------------------------------------------------------------------ [2004-09-06 21:42:55] djneoform at gmail dot com Description: ------------ When looking at ftp_rawlist() for each file there's a date, and time, but the date has no year.. I would use ftp_mdtm(), but it works on about 10% of the files I check.. Reproduce code: --------------- $contents = ftp_rawlist($conn_id,$directory); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30003&edit=1