Getting a remote file in OS X

Mark Talluto userev at canelasoftware.com
Wed Sep 15 12:08:38 EDT 2004


On Sep 15, 2004, at 5:30 AM, Gregory Lypny wrote:

> Hello everyone,
>
> Is there a way to get a file from one OS X computer to another?  I 
> tried the both of the following but nothing happens.
>
> on mouseUp
>   get url ("ftp://user:password@address/Documents/Folder/File")
>   put it into fld "x"
> end mouseUp
Did you make sure that the host system had ftp turned on?  If so, the 
only problem would be a path issue.  Looks like you need the 
/users/Gregory/Documensts/file     to get you going.

>
> on mouseUp
>   get url ("afp://user:password@address/Documents/Folder/File")
>   put it into fld "x"
> end mouseUp

I am not sure this option is available.  Interesting though.

-- 
Best regards,
Mark Talluto
http://www.canelasoftware.com



More information about the use-livecode mailing list