• 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
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: URL Access Scripting


  • Subject: Re: URL Access Scripting
  • From: Michael Turner <email@hidden>
  • Date: Mon, 10 Dec 2001 14:41:53 -0500

I get the error message "-30785: Extension failure"
from the following script, when I drop an item on it.

MacErrors comes up blank on this one.

I recently upgraded to OS X, I suspect it has something to do with that.
(Script was written after upgrade, and has never worked.)

Any suggestions welcome, & thanks.

/Michael

on open docList
repeat with nextDoc in docList
tell application "URL Access Scripting"
try
set bool to (upload nextDoc to
"ftp://link1.link-systems.com/~mturner"; with authentication)
on error ermesg number errnum
if errnum is not -128 then
display dialog (errnum as text) & ": "
& ermesg & return & return & "Applet quit."
return
end if
end try
end tell
end repeat
end open


References: 
 >Re: URL Access Scripting (From: Jolly Roger <email@hidden>)

  • Prev by Date: Re: AppleScript Studio: First Impressions
  • Next by Date: calling classic osaxen from OSX
  • Previous by thread: Re: Comments Field
  • Next by thread: Re: URL Access Scripting
  • Index(es):
    • Date
    • Thread