Author |
Message |
Adolf1994
Joined: 10 Aug 2009 Posts: 9
|
Posted: Sun 02 May 2010, 14:59 Post subject:
How to shar files between Puppy and Se7en? Subject description: File sharing between two computers on one router |
|
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
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Sun 02 May 2010, 17:07 Post subject:
|
|
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: | http://aaa.bbb.cc.dd:8000 |
---------------------------------
Description |
|
Filesize |
13.19 KB |
Viewed |
1128 Time(s) |

|
Description |
Updated 2016-03-05
|

Download |
Filename |
SimplePythonHTTPServer-1.1.pet |
Filesize |
8.33 KB |
Downloaded |
402 Time(s) |
Last edited by rcrsn51 on Thu 07 Jul 2016, 11:44; edited 16 times in total
|
Back to top
|
|
 |
Adolf1994
Joined: 10 Aug 2009 Posts: 9
|
Posted: Mon 03 May 2010, 14:42 Post subject:
|
|
wow, thanks.
worked for me.
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Mon 03 May 2010, 15:13 Post subject:
|
|
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: | cd /.../share
python -m SimpleHTTPServer |
|
Back to top
|
|
 |
Geoffrey

Joined: 30 May 2010 Posts: 2379 Location: Queensland
|
Posted: Sun 20 Jun 2010, 09:10 Post subject:
|
|
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
|
Back to top
|
|
 |
marco07
Joined: 18 Jan 2011 Posts: 176 Location: Lincoln , NE, USA
|
Posted: Tue 01 Feb 2011, 15:21 Post subject:
|
|
Quote: | 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!
|
Back to top
|
|
 |
kanehekili
Joined: 07 Nov 2010 Posts: 6 Location: Bavarian alps, Frugal Puppy 5.2 & Thinkpad A22e 256 MB 20 GB/750GB Ultrabay SATA Adapter
|
Posted: Mon 07 Feb 2011, 05:03 Post subject:
share file access on Samba |
|
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.php?p=459206#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
|
Back to top
|
|
 |
vektor_alian
Joined: 20 Feb 2018 Posts: 31
|
Posted: Fri 23 Feb 2018, 01:36 Post subject:
|
|
I use Pupserver 435 at archive.org
|
Back to top
|
|
 |
|