• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: URL Access Scripting file size limitations? (Leopard)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: URL Access Scripting file size limitations? (Leopard)


  • Subject: Re: URL Access Scripting file size limitations? (Leopard)
  • From: Emmanuel LEVY <email@hidden>
  • Date: Thu, 28 Jan 2010 19:40:41 +0100

I second the advice to switch to curl. Intensive testing has proved to us that URLAS, our friend on OS9, is not reliable. Against a big file, or against a zillion small files, it will eventually error. curl won't.

Emmanuel
Satimage-software and Quomodo

On 1/27/10 11:51 PM, "James Gretton"  wrote:

Hi all, I've been using AppleScript's URL Access Scripting to download images from the admin area of a "print your digital photos" website.

The relevant folder on the website requires authentication, so I send the username and password in the URL:

tell application "URL Access Scripting"
download "http://user:email@hidden/file.jpg"; to <local folder> replacing yes
end tell


This has been working fine for a while, however recently we've increased the maximum file upload size on the website to 50megs and problems have started to occur.

It would seem that URL Access Scripting can download files up to about 25 megs, but with large files it gives up half way through. Does anyone know if there is a set limit to the size of file URL Access Scripting can handle?

We're on Leopard (not snow Leopard) by the way.

Many thanks for any help you can provide,

James

_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
  • Follow-Ups:
    • Re: URL Access Scripting file size limitations? (Leopard)
      • From: Alex Zavatone <email@hidden>
References: 
 >Re: URL Access Scripting file size limitations? (Leopard) (From: "Stockly, Ed" <email@hidden>)

  • Prev by Date: Re: Parsing out words in email subject
  • Next by Date: Re: URL Access Scripting file size limitations? (Leopard)
  • Previous by thread: Re: URL Access Scripting file size limitations? (Leopard)
  • Next by thread: Re: URL Access Scripting file size limitations? (Leopard)
  • Index(es):
    • Date
    • Thread