Two puppy machines sharing folders?

Using applications, configuring, problems
Post Reply
Message
Author
tatamata
Posts: 63
Joined: Sun 02 May 2010, 09:09

Two puppy machines sharing folders?

#1 Post by tatamata »

Hello,
It is easy to pupppy folders from Windows machine to a puppy machine by using Pnethood, being n the same local network.
How to share folders and files between two puppy machines?

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#2 Post by CatDude »

Hello tatamata

I normally pass files between Puppy machines on my LAN by using gFTP ftp client

Fire up PureFTPd FTP server and gFTP ftp client on BOTH machines.

Then, on machine 1
enter the following details into gFTP ftp client
  • Host: = IP address of machine 2 (for example: 192.168.1.64)
    Port: = 21
    User: = root
    Pass: = woofwoof
Then, on machine 2
enter the following details into gFTP ftp client
  • Host: = IP address of machine 1
    Port: = 21
    User: = root
    Pass: = woofwoof
Hope this helps
CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#3 Post by rcrsn51 »

Since you are already familiar with Pnethood, you could run a Samba server on your Puppy machines. Read here.

User avatar
Moose On The Loose
Posts: 965
Joined: Thu 24 Feb 2011, 14:54

Re: Two puppy machines sharing folders?

#4 Post by Moose On The Loose »

tatamata wrote:Hello,
It is easy to pupppy folders from Windows machine to a puppy machine by using Pnethood, being n the same local network.
How to share folders and files between two puppy machines?
Read the other replies to see about setting up a samba server.

Once you have that working it is fairly easy to share files but here is a little trick:

mount.cifs <remotetarget> <dir> -o <options>

You can mount the shared folder into any directory you want. This means that one one machine you can have a real root/shared and on the other mount the share into a directory with the same name. This way other than the fact that it is only really on one machine, both see it in the same place.

You can make a script in the etc/rc.d and add a line to rc.local to do the mount process. I am thinking of something that goes into the background and waits for 30 seconds and then tries to mount it. Perhaps it can loop until it works or even perhaps hang around and loop every minute or so to remount it if something goes bad.

vektor_alian
Posts: 30
Joined: Wed 21 Feb 2018, 01:07

#5 Post by vektor_alian »

I use Pupserver 435 from archive.org

Post Reply