Re: URL Access
Re: URL Access
- Subject: Re: URL Access
- From: Doug McNutt <email@hidden>
- Date: Fri, 27 Feb 2004 15:58:04 -0700
At 16:20 -0600 2/27/04, Jerad Hoff wrote:
>
I am still looking for assistance with this issue. I forgot to mention that I did attempt to search the list archives, but the searches always timeout.
Since you're on OS neXt you should forget about URL access and learn about curl.
I don't think I ever managed an upload with URLAccess on my 8500. I always used Interarchy. In OS neXt I use curl, usually by including a command line for the upload right in the text of my HTML, or other document, as a comment. I can select it and use the "Execute Text" service to make it happen. The -n option allows me to hide my passwords in a .netrc file in my home directory.
man curl
You can also call curl from AppleScript. You'll need to learn about "POSIX path to", "do shell script", and "quoted form of". If searching in Apple.com works for you as it doesn't work for me ask and I'll provide some samples.
--
Applescript syntax is like English spelling:
Roughly, but not thoroughly, thought through.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.