Seems to work with directories as well on my Win32 box.
![]() |
|
||||||||||
|
ftp_mdtmОписаниеint ftp_mdtm ( resource ftp_stream, string remote_file )ftp_mdtm() возвращает время последней модификации удалённого файла.
Список параметров
Возвращаемые значенияВозвращает время последней модификации виде временной метки Unix или -1 в случае ошибки. Примеры
ftp_mdtm
wseibert at hxcorp dot com
04-Nov-2004 12:55
When trying to get the modified time of a file that has spaces in it, ftp_mdtm will fail on some FTP servers. If this happens, surround the file name with quotes. |