| Author |
Message |
Adolf1994
Joined: 10 Aug 2009 Posts: 9
|
Posted: Sun 02 May 2010, 14:59 Post subject:
File sharing 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: 7756 Location: Stratford, Ontario
|
Posted: Sun 02 May 2010, 17:07 Post subject:
|
|
To access a Windows share from Puppy:
1. Declare a shared folder on the Windows machine.
2. Launch Puppy and run Pnethood or lameSMBxplorer from the Network menu.
---------------------------
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.
1. Go here and install the Python PET.
2. Set up a share folder anywhere on your Puppy system and put some files in it.
3. Open the folder in ROX.
4. Open a terminal window inside the folder by pressing the backtick key (above the Tab key).
5. Type the command
| Code: | | python -m SimpleHTTPServer |
6. Minimize the terminal window, but don't close it.
7. Identify your Puppy server's IP address with the command
8. Go to the client machine and open a web browser.
9. Type in the URL
| Code: | | http://puppy.server.ip.address:8000 |
10. To auto-start the server, put a script in /root/Startup like:
| Code: | cd /.../share-folder
python -m SimpleHTTPServer |
Last edited by rcrsn51 on Mon 23 Aug 2010, 15:41; edited 5 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: 7756 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: 920 Location: Queensland Australia ɹǝpu∩uʍop
|
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
|
|
 |
|