Getting a remote file in OS X

Gregory Lypny gregory.lypny at videotron.ca
Wed Sep 15 08:30:11 EDT 2004


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