On Thursday 24 March 2016 12:53:07 Craig Warnol wrote:

> Not an answer to your permissions issue, but here is my solution for
> copying G code between PCs.
>
> I set up an ownCloud (https://owncloud.org/) instance on my
> server/primary desktop/workstation and run the client on my other
> machines. There is a CNC directory that is automatically synchronized
> across all my systems. This gives the added benefit of automatic
> replication, so all files are on all systems. No manual copying
> needed. Also, it keeps track of changes, so you can go back and get an
> older version of the file. Works like Dropbox, but it doesn't leave my
> network.
>
> Craig

I have a somewhat different solution. All my machine computers are shared 
to this machine via an sshfs link, so they are mounted 
to /sshnet/GO7004, etc.

So what I do is set the nc_files path in the machine.ini file here in the 
simulator, to point to the nc_files directory on the machine I am 
currently writing gcode for.  This works I think because I am first user 
on all the machines, so there aren't any differing user permissions to 
deal with.

After fighting with NFS for a decade, sshfs is a breath of fresh air, 
once setup, it Just Works(TM). I was amazed that I could reboot one of 
those machines from here while logged into it (using ssh keys, no login 
required) with an ssh -Y link, and found I didn't even have to refresh 
the mount of it on this machine, unless sonething changes the ssh keys.  

Finally, a file sharing system that WORKS!

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to