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