Re: [PHP] last modification date of remote files

2003-03-21 Thread Marek Kilimajer
If it is a http, you can use HEAD request and check Last-Modified header, if it is ftp, use ftp functions, namely ftp_mdtm() Christian Rosentreter wrote: Hello, Is there a way to get the last modification date of a remote file? fstat() seems not to work on remote files. Also filemtime() not w

[PHP] last modification date of remote files

2003-03-21 Thread Christian Rosentreter
Hello, Is there a way to get the last modification date of a remote file? fstat() seems not to work on remote files. Also filemtime() not work. Thanks for help. -- christian rosentreter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php