How to shar files between Puppy and Se7en?

Booting, installing, newbie
Post Reply
Message
Author
Adolf1994
Posts: 9
Joined: Mon 10 Aug 2009, 19:03

How to shar files between Puppy and Se7en?

#1 Post by Adolf1994 »

Hi!
I've got a laptop with Se7en and a PC with LHPup connected to the same router. How can I share files between them? Possibly without Samba, please.
Could you write an understandable answer? I'm new here(but not n00b, only new ;) )
Thanks

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

#2 Post by rcrsn51 »

To let a Puppy machine see files that are stored on a Windows machine:

1. Declare a shared folder on the Windows machine.

2. Launch Puppy and run YASSM-Search or Pnethood from the Network menu.

---------------------------

To share files on a Puppy machine with other computers, you need to run a server on the host Puppy machine. This could be a full Samba server or an FTP server, but here is my favourite method:

1. Install a basic Python package, like from here. Tahrpup already has one.

2. Install the SimplePythonHTTPServer-1.0.pet attached below. It adds a menu entry under Network.

3. Set up a folder anywhere on your Puppy system and add the files you want to share.

4. Run SimplePythonHTTPServer. Note your IP address. Select the share folder and click Start Server.

5. Go to a client machine and open a web browser.

6. Type in the server's URL

Code: Select all

http://aaa.bbb.cc.dd:8000
---------------------------------
Attachments
screenie.png
(13.19 KiB) Downloaded 1064 times
SimplePythonHTTPServer-1.1.pet
Updated 2016-03-05
(8.33 KiB) Downloaded 422 times
Last edited by rcrsn51 on Thu 07 Jul 2016, 15:44, edited 16 times in total.

Adolf1994
Posts: 9
Joined: Mon 10 Aug 2009, 19:03

#3 Post by Adolf1994 »

wow, thanks.
worked for me. :D

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

#4 Post by rcrsn51 »

Glad to help.

You could auto-start the server when Puppy boots, by creating a script in the /root/Startup folder. Add two lines like

Code: Select all

cd /.../share
python -m SimpleHTTPServer

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#5 Post by Geoffrey »

there is another option, install a HTTP File server, this will allow you to upload and download using groups and users, this is a bit more complex but more versatile, you will need java installed, Apache Tomcat http://tomcat.apache.org/download-60.cgiand httpfileserver, http://httpfileserver.sourceforge.net/ I found it quite useful, it even zips the downloads and streams MP3's you can also edit text files and manage the the server remotely, installation is a breeze, httpfileserver is a GUI install just have to tick all the right box's, there are lots of doc's on how it's done and it works fine in puppy

marco07
Posts: 176
Joined: Tue 18 Jan 2011, 19:15
Location: Lincoln , NE, USA

#6 Post by marco07 »

To access a Puppy share from a Windows machine or another Puppy:

You need to run a server on the host Puppy machine. This could be a full Samba server or an ftp server, but here is my favourite method.
Hi, I have installed samba 3.5.6 from PPM on a frugal install of Lucid Puppy 5.2. From other linux box (client) I can ping the server (lupu5.2). However, the server's netbios name (computer name)is not shown anywhere in the client box. How can I have access to the server's folders/files from the client?
Thanks in advance!

kanehekili
Posts: 6
Joined: Sun 07 Nov 2010, 19:10
Location: Bavarian alps, Frugal Puppy 5.2 & Thinkpad A22e 256 MB 20 GB/750GB Ultrabay SATA Adapter

share file access on Samba

#7 Post by kanehekili »

Hi marco 07

I'm not quite sure if I understood your problem, but this thread enabled me to get Samba running:
http://murga-linux.com/puppy/viewtopic. ... 206#459206

Note that there are two ways to run a samba server, another one is Samba-TNG, a lightweight samba server:
http://www.murga-linux.com/puppy/viewtopic.php?p=453263

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

#8 Post by vektor_alian »

I use Pupserver 435 at archive.org

Post Reply