Connecting Tech Pros Worldwide Help | Site Map

howto get the modification date of a remote file?

  #1  
Old July 17th, 2005, 05:59 AM
a@b.c
Guest
 
Posts: n/a
hello all,

is there an easy way to get the creation or modification date in a
remote server without using ftp_mdtm($url?)?

I would like to be able to checkthe date of a
ftp://ftp.example.com/path/file.ext, but my host doesn't provide ftp_xyz
functions....


any help will be very apreciated!
TIA,
Fernando Ribeiro
  #2  
Old July 17th, 2005, 05:59 AM
Michael Vilain
Guest
 
Posts: n/a

re: howto get the modification date of a remote file?


In article <408d3072$0$22880$626a14ce@news.free.fr>, "a@b.c" <a@b.c>
wrote:
[color=blue]
> is there an easy way to get the creation or modification date in a
> remote server without using ftp_mdtm($url?)?
>
> I would like to be able to checkthe date of a
> ftp://ftp.example.com/path/file.ext, but my host doesn't provide ftp_xyz
> functions....[/color]

You're pretty much out of luck, then. Sorry. ftp or some remote access
to the system is required to do this. Find another ISP that offers
better support or meets your needs better.

--
DeeDee, don't press that button! DeeDee! NO! Dee...



  #3  
Old July 17th, 2005, 06:04 AM
RootShell
Guest
 
Posts: n/a

re: howto get the modification date of a remote file?


<Michael Vilain <vilain@spamcop.net>> wrote in message
news:vilain-25EC69.09590826042004@comcast.ash.giganews.com...[color=blue]
> In article <408d3072$0$22880$626a14ce@news.free.fr>, "a@b.c" <a@b.c>
> wrote:
>[color=green]
> > is there an easy way to get the creation or modification date in a
> > remote server without using ftp_mdtm($url?)?
> >
> > I would like to be able to checkthe date of a
> > ftp://ftp.example.com/path/file.ext, but my host doesn't provide ftp_xyz
> > functions....[/color]
>
> You're pretty much out of luck, then. Sorry. ftp or some remote access
> to the system is required to do this. Find another ISP that offers
> better support or meets your needs better.
>
> --
> DeeDee, don't press that button! DeeDee! NO! Dee...
>
>[/color]


Maybe this is not what you need, but maybe it might work ?

See this page
http://www.phpfreaks.com/quickcode/D...on_Date/10.php




Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie needs help with setInterval shawnwperkins@gmail.com answers 2 September 22nd, 2008 04:25 PM