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

URL SCRIPT ERROR CODE


  • Subject: URL SCRIPT ERROR CODE
  • From: "Walsh, Dave (EDM_EXCHANGE)" <email@hidden>
  • Date: Wed, 9 May 2001 08:06:28 -0600

When I run this script I get an URL Access Scripting error of type -3170.
My feeling is that it is a problem with the "/" in the username. Can anyone
confirm this for me before I contact the administrator of the ftp site.
Thank you

tell application "Finder"

with timeout of 12000 seconds

set thisfolder to (every file of folder "Classified PDF" of disk "FTP Ads"
whose name ends with ".pdf")

repeat with itemFile in thisfolder

set thisFile to (a reference to file (itemFile as string) as alias)

tell application "URL Access Scripting"

set this_URL to
"ftp://user/name:email@hidden/firstfolder/secondfolder/";

upload thisFile to this_URL replacing yes with progress

end tell

end repeat

end timeout
end tell


  • Prev by Date: Re: Info about AppleScript records
  • Next by Date: Re: URL SCRIPT ERROR CODE
  • Previous by thread: Program linking over IP
  • Next by thread: Re: URL SCRIPT ERROR CODE
  • Index(es):
    • Date
    • Thread