Date comparison and file download

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Date comparison and file download


    My goal, I would like to Compare the date of a file (one on the local drive,
    one on a remote server/url), if a newer resides on the server/url, then
    download (and replace the existing).

    I have looked into FileXtra, BuddyAPI (CopyFile) and ProgressCopy, but
    nothing states whether I can copy from a URL/web and download to a local
    drive?? Any advise would be greatly appreciated.

    Thank you in advance for your assistance!.

    Michael Hamstra




    Michael Hamstra Guest

  2. Similar Questions and Discussions

    1. Date comparison in a text data field
      I have a database column field defined as a text. I store dates in format: dd/mm/yyyy. The user passes a Start date search string in the same...
    2. Download a file
      Hello, I would like that a user can download a file starting from a server and that the user could place it where he wants. (sorry I'm a French guy...
    3. Date comparison failure
      Does this qualify as an advanced technique? Sorry if not. This is a section of stock control I am doing to track supplier orders. I have a two...
    4. Access SQL- Date comparison problem
      I use an Access-database where one column stores a date originating from this code: Indate = FormatDateTime(date(),vbgeneraldate) I then want...
    5. Date comparison :: Original price vs Reduced price :: Access 2000/ASP
      I need some guidance in how to control dates with regards price reductions in my product list inside an Access 2000 database. For instance: 1....
  3. #2

    Default Re:Date comparison and file download

    <<My goal, I would like to Compare the date of a file (one on the local drive,
    one on a remote server/url), if a newer resides on the server/url, then
    download (and replace the existing).>>

    If the files reside on an FTP server you can use ShockFiler Xtra to get the date of the remote file and download it. Lingo's date object will allow you to compare 2 dates. There is a wrinkle if your server and your users are on different time zones.

    Gretchen Macdowall
    updateStage, inc.

    Referring URLs
    [url]http://www.updatestage.com/xtras/shockfiler.html[/url]




    Gretchen webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Re:Date comparison and file download

    Thanks for your prompt feedback Gretchen.

    Michael


    "Gretchen" <webforumsuser@macromedia.com> wrote in message
    news:bodro3$lpe$1@forums.macromedia.com...
    > <<My goal, I would like to Compare the date of a file (one on the local
    drive,
    > one on a remote server/url), if a newer resides on the server/url, then
    > download (and replace the existing).>>
    >
    > If the files reside on an FTP server you can use ShockFiler Xtra to get
    the date of the remote file and download it. Lingo's date object will allow
    you to compare 2 dates. There is a wrinkle if your server and your users are
    on different time zones.
    >
    > Gretchen Macdowall
    > updateStage, inc.
    >
    > Referring URLs
    > [url]http://www.updatestage.com/xtras/shockfiler.html[/url]
    >
    >
    >
    >

    Michael Hamstra Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139