use-revolution Digest, Vol 12, Issue 54
    Gregory Lypny 
    gregory.lypny at videotron.ca
       
    Wed Sep 15 10:13:56 EDT 2004
    
    
  
Correction, I meant
	url ("user:password at address/Documents/Folder/File")
that is, minus the afp and ftp, in the handlers below.
	G.
On Sep 15, 2004, at 9:32 AM, use-revolution-request at lists.runrev.com 
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
>
> on mouseUp
>    get url ("afp://user:password@address/Documents/Folder/File")
>    put it into fld "x"
> end mouseUp
>
> 	Gregory
    
    
More information about the use-livecode
mailing list