• 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: eppc -> "Remote Access Not Allowed"?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eppc -> "Remote Access Not Allowed"?


  • Subject: Re: eppc -> "Remote Access Not Allowed"?
  • From: Graff <email@hidden>
  • Date: Fri, 11 Jun 2004 14:53:48 -0400

On Jun 11, 2004, at 11:05 AM, Sander Tekelenburg wrote:

At 01:24 +0200 UTC, on 2004-06-11, Sander Tekelenburg wrote:

[...]

When trying to compile this

tell app "Finder" of machine "eppc://192.168.0.102" to beep

I get an error sheet (in Script Editor) saying "Remote access isn't allowed".
(That's after the dialog has come up that asks for a username/passphrase for
the remote machine.)

The remote Mac's Sharing prefs has "Remote Apple Events" on. I can access the
machne over afp, ssh, and http just fine. Both machines are running 10.3.4.

It seems I found the culprit. For some reason the eppc scheme chokes when the
passphrase contains a hash ("#") character. Tsssk...

Tested by creating a new admin account with the exact same passphrase except
for the hash character.

- Can anyone reproduce this on their machine?
- Can anyone think of a good reason why a hash would choke eppc?


Btw, escaping the hash through backslashes doesn't provide the workaround I
hoped for.

You probably need to URL-encode the password since it is being passed by way of a URL:
<http://www.blooberry.com/indexdot/html/topics/urlencoding.htm>

Replace the hash (#) character with # and see if it works. For example, if the password is "my#pass" change it to "my#pass".

This is not unique to the eppc scheme, it will probably occur with all URLs. It most likely has nothing directly to do with Apple or AppleScript.

- Ken
_______________________________________________
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.


  • Follow-Ups:
    • Re: eppc -> "Remote Access Not Allowed"?
      • From: Sander Tekelenburg <email@hidden>
References: 
 >eppc -> "Remote Access Not Allowed"? (From: Sander Tekelenburg <email@hidden>)
 >Re: eppc -> "Remote Access Not Allowed"? (From: Sander Tekelenburg <email@hidden>)

  • Prev by Date: Re: eppc -> "Remote Access Not Allowed"?
  • Next by Date: Change file rights
  • Previous by thread: Re: eppc -> "Remote Access Not Allowed"?
  • Next by thread: Re: eppc -> "Remote Access Not Allowed"?
  • Index(es):
    • Date
    • Thread