howto get the modification date of a remote file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • a@b.c

    howto get the modification date of a remote file?

    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

    #2
    Re: howto get the modification date of a remote file?

    In article <408d3072$0$228 80$626a14ce@new s.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...



    Comment

    • RootShell

      #3
      Re: howto get the modification date of a remote file?

      <Michael Vilain <vilain@spamcop .net>> wrote in message
      news:vilain-25EC69.09590826 042004@comcast. ash.giganews.co m...[color=blue]
      > In article <408d3072$0$228 80$626a14ce@new s.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





      Comment

      Working...