Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: network notation with rebol ?

From: gabillon:univ-pau at: 27-Nov-2002 9:31

open %/machine/file is possible only with a windows network on top of you ethernet layer. I f you have a linux network then either you install NFS (and then you do not need to mention the machine. The file system of the distant machine will be mounted on your global file system) or you set up an ftp server on your distant machine and you access your file like this: open ftp://machine/file (if file is at the root of your ftp server) hope that helps ag