Page 1 of 1

How to connect PCs in a network?

Posted: Fri 22 May 2015, 20:39
by der-schutzhund
Hey together

to save data of approximately 20 PuppyPCs in a network, I'd like to know how I can most easily be integrated into my own PC?

Accessing a Windows PC I can do with:

code:
mount -t cifs-FULL //192.168.020.010/linuxtest / mnt / update -o username = xxxxx, password = xxxxx

The IPs of NetzPC I know, of course, and the host name is puppypc460.
But what made with username and password?

LG

Wolfgang

Posted: Sun 24 May 2015, 20:26
by der-schutzhund

Code: Select all

mount-FULL -t cifs //192.168.108.101/test /mnt/update -o username=linux,password=linux
This command I can copy files from a Windows XP with NTFS for Puppy Linux.
With what command I can copy files from one another Puppy Linux PC via LAN?
Can anyone answer me the question or is that too trivial for you?

Wolfgang

Posted: Mon 25 May 2015, 06:30
by bigpup

Posted: Mon 25 May 2015, 10:07
by der-schutzhund
Hi bigpup,

with this

Code: Select all

python -m SimpleHTTPServer
it works fine. With samba it is much more complicated and does not work as desired. The download works with "python -m SimpleHTTPServer".
Now I am looking for only a simple solution to transfer files to load on the server.

Wolfgang

Posted: Mon 25 May 2015, 11:17
by der-schutzhund
Hi,

have found the perfect solution!
With SimpleHTTPServerWithupload.py also works the upload immediately and without any configuration!

Wolfgang