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:[EMAIL PROTECTED]/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:[EMAIL PROTECTED]/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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution