Connecting Tech Pros Worldwide Help | Site Map

howto get the modification date of a remote file?

a@b.c
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Michael Vilain
Guest
 
Posts: n/a
#2: Jul 17 '05

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...



RootShell
Guest
 
Posts: n/a
#3: Jul 17 '05

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 PHP bytes