Re: URL Access Username Format Bug?
Re: URL Access Username Format Bug?
- Subject: Re: URL Access Username Format Bug?
- From: Emmanuel <email@hidden>
- Date: Sun, 15 Jun 2003 11:29:30 +0200
At 3:51 PM -0400 14/06/03, Gary Lists wrote:
>
Listerines,
>
>
I use a dropper to upload via Fetch 4.02. It's older than the hills, and has
>
never given me a problem.
>
>
When trying to convert the dropper to use URL Access scripting, I've hit a
>
snag.
>
>
[...]
>
>
Does anyone out there use UAS with a server that uses either of these
>
username formats (which are ridiculous, IMO) and could you tell me how you
>
passed that through UAS? Or is this a bug in URL Access?
Here is what I use for URLAS (10.2.6):
--------------------
set theRemotePath to "
ftp://USERID:PASSWORD@HOST/" & [...]
--------------------
(For instance HOST may be ftp.your_domain.com)
>
P.S. I am still wondering if I can pass a variable value as property name
>
to a script object.
Actually Smile could maybe help: Smile has some abilities to define properties by script, but it works only for scripts that are object scripts, i.e. scripts of objects of Smile.
AppleScript's object scripts are very handy except for accessing them.
Smile's objects provide a convenient framework to handle object scripts without trouble and, finally, much more simply than if you used bare AppleScript. This is my plug, of course, but I insist that it is also my experience.
Smile's rather unexpected features related to the topic are documented in the Chapter 17 of Smile Reference Manual, available at <
http://www.satimage-software.com/en/softx.html#smile>
Emmanuel
_______________________________________________
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.