Correction, I meant

        url ("user:[EMAIL PROTECTED]/Documents/Folder/File")

that is, minus the afp and ftp, in the handlers below.

        G.


On Sep 15, 2004, at 9:32 AM, [EMAIL PROTECTED] 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:[EMAIL PROTECTED]/Documents/Folder/File")
   put it into fld "x"
end mouseUp

on mouseUp
   get url ("afp://user:[EMAIL PROTECTED]/Documents/Folder/File")
   put it into fld "x"
end mouseUp

Gregory

_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to