RE: [newbie] copying files from one to another

2001-08-05 Thread Michael D. Viron
>You "export" the mount points of the devices you want to share, start >NFS and on the other machine mount the remote machine... In order to run NFS, you must start portmap first, otherwise remote mounting of the nfs share will not work. Michael -- Michael Viron Registered Linux User #81978 S

RE: [newbie] copying files from one to another

2001-08-05 Thread Jose M. Sanchez
While you can do this with Samba, it's not a good idea. Samba was designed to permit sharing files with WINBLOWS machines. As a result it frequently drops Linux/Unix specific characteristics of files... I.E. some permissions, etc. It also has trouble with certain filenames which are permitted

Re: [newbie] copying files from one to another

2001-08-05 Thread Tim Holmes
Try drakesync if you'd like. IT will use SSL to do so, or SSH, I can't remember which. You can also use scp. scp FILE.NAME $[EMAIL PROTECTED]:/path/for/file Do a which for scp to make sure it's installed and then check the man page for more information. tdh -- T. Holmes - UN