You are not logged in.

#1 2008-08-25 15:29:10

ZenMystic
Member
Registered: 2008-08-25
Posts: 25

[solved] suggest apps

Hi

I have a router, my Arch pc and an Absolute [Slackware] pc. I need to transfer files to and fro between these machines, so can anyone suggest a relatively simple way to do this. Should I be using FTP or is that old fashioned, SSH, sftp, openssh. I would prefer something I could set up once on both machines and then use. I would like to have full access and control from any machine, and would prefer that the solution does not involve trying to remember endless switches, options and parameters. Any suggestions appreciated.

Last edited by ZenMystic (2008-08-27 02:53:59)

Offline

#2 2008-08-25 15:36:07

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [solved] suggest apps

I'd suggest samba (cifs) or nfs. It's pretty simple to set up, especially nfs.

Offline

#3 2008-08-25 15:47:11

Onwards
Member
From: Pakistan
Registered: 2007-04-18
Posts: 108

Re: [solved] suggest apps

I would go for NFS as it's way easy to setup (compared to CIFS/SMB). Also you should get more throughput with NFS...

Offline

#4 2008-08-25 16:14:49

ZenMystic
Member
Registered: 2008-08-25
Posts: 25

Re: [solved] suggest apps

A very fast response! Thanks lucke & Onwards. I'm reading up on nfs now, seems to be just what I need.

Offline

#5 2008-08-25 16:33:39

kclive18
Member
From: Columbus, Ohio, USA
Registered: 2008-05-08
Posts: 219

Re: [solved] suggest apps

NFS is nice, but an even easier way is SSHFS; you'll need to read the OpenSSH and SSHFS wiki pages in order to get this working.


My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! tongue, OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686 cool
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor

Offline

#6 2008-08-25 16:44:24

Onwards
Member
From: Pakistan
Registered: 2007-04-18
Posts: 108

Re: [solved] suggest apps

sshFS transfers/serves files securely, that's why there must be a performance hit...

Offline

#7 2008-08-25 17:13:46

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,694
Website

Re: [solved] suggest apps

Yes, SSH is likely the easiest way to solve your problem.
If you use KDE, for example, you can use konqueror (or Dolphin) and access the files in the "other" machine by using sftp://your_id@the_other_machine. Your will be prompted to enter your password, then you access the other machine and browse files using your GUI file manager.

Hope this helps.

r.

Offline

#8 2008-08-25 19:17:38

ZenMystic
Member
Registered: 2008-08-25
Posts: 25

Re: [solved] suggest apps

Hi
I'm following this guide to get NFS up and running: http://nfs.sourceforge.net/nfs-howto/ar01s03.html
but I'm stuck at this section
"3.3.4. Verifying that NFS is running
To do this, query the portmapper with the command rpcinfo quota to find out what services it is providing."

all I get is the usage info. When I type rpcinfo -p it gives:
"can't connect to portmapper: RPC: remote system error - connection refused"

By the way I put the nfs-utils daemons in rc.conf ......... is this correct? The guide just mentioned putting them in startup scripts.

Offline

#9 2008-08-25 19:22:16

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [solved] suggest apps

Offline

#10 2008-08-25 19:24:53

ZenMystic
Member
Registered: 2008-08-25
Posts: 25

Re: [solved] suggest apps

OK thanks lucke

Offline

#11 2008-08-25 20:55:09

ZenMystic
Member
Registered: 2008-08-25
Posts: 25

Re: [solved] suggest apps

OK Arch server seems to be set up, but I can't follow the above guide for the client Absolute [Slackware] . Anyone familiar with Absolute or Slackware?

EDIT: i got portmap started but don't seem to have nfslock on my system. When I try
mount 192.168.1.3:/home /mnt/lan   or   mount -t nfs 192.168.1.3:/home /mnt/lan
I get "mount.nfs: internal error"

Last edited by ZenMystic (2008-08-25 22:14:07)

Offline

#12 2008-08-26 13:04:15

ZenMystic
Member
Registered: 2008-08-25
Posts: 25

Re: [solved] suggest apps

OK I think I'll go for the easy solution and replace Slackware with Arch, thanks for all your help.

Offline

#13 2008-08-26 15:40:09

filou.linux
Member
From: Zurich
Registered: 2008-04-17
Posts: 87

Re: [solved] suggest apps

Here's another approach: If you want keep that two machines syncronized, i'd suggest rsync. So you dont have to care about the syncronization anymore. Just a thought of mine when i read through your post. Hope this helps.

Offline

#14 2008-08-26 18:28:10

tesjo
Member
Registered: 2007-11-30
Posts: 164

Re: [solved] suggest apps

I have a headless Slackware box and a Arch box, I use and recommend ssh as well.  Here are some options:
command line access/transfer - ssh, scp
gui transfer - gftp via ssh
gui for direct access and copying - sshfs with thunar, or kde and gnome file managers can access thru ssh by default

not for transfer but vnc is also nice for access

Offline

#15 2008-08-27 02:52:52

ZenMystic
Member
Registered: 2008-08-25
Posts: 25

Re: [solved] suggest apps

Thank you all for the suggestions. I now have Arch on both machines and will have fun [hopefully] following up on your suggestions.

Offline

#16 2008-08-27 07:55:39

Hessiess
Member
Registered: 2008-07-21
Posts: 75

Re: [solved] suggest apps

personally I use unison to synchronise files.

Offline

Board footer

Powered by FluxBB