Best way to transfer files on home network?

Using applications, configuring, problems
Post Reply
Message
Author
sindi
Posts: 1087
Joined: Sun 16 Aug 2009, 13:30
Location: Ann Arbor MI USA

Best way to transfer files on home network?

#1 Post by sindi »

What is an easy way to transfer files between two computers on the same home network?

I used to use basiclinux with mini_httpd or pure-ftpd but I can't figure out how to use them on puppy linux
(connection refused) and basiclinux won't run from a SATA drive. Puppy comes with busybox httpd.

How do I use these or other servers to serve files from a specific directory (plus subdirectories)?
I prefer command-line not config file (the IP address varies by computer).

I have been using a flash drive. Other ideas are welcome.

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#2 Post by Mike Walsh »

Hallo, sindi.

For ease of use, I don't think you can beat rcrsn51's Samba-TNG server .pets. They will do everything you want, and are extremely easy to use; setup required is absolutely minimal.

http://www.murga-linux.com/puppy/viewtopic.php?t=60204

Have a look, and see what you think. I would advise installing the updated version of YASSM for share searching (YASSM 2.9); you can get this from here:-

http://www.murga-linux.com/puppy/viewtopic.php?t=63090

And you might need to install Peasyport; not all Pups come with it.

http://murga-linux.com/puppy/viewtopic.php?p=642902

It sounds a lot, I know, but it's well worth investing a small amount of time & effort for the ease of use it affords you. I've been using it for nearly two years, and It does everything I ask from it.

Hope that helps.


Mike. :wink:

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#3 Post by don570 »

(connection refused)
If you're getting the message 'connection refused'
then the likely reason is that the SSH program is not running in background.

http://unix.stackexchange.com/questions ... uppy-linux
http://www.cyberciti.biz/faq/howto-star ... sh-server/
______________________________________________

Dropbear is used as a smaller substitute for openssh in fatdog linux

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#4 Post by 01micko »

A good way is just to use netcat (nc). It is one of the busybox applets. It's not as convenient as a server but it should work.

Code: Select all

# busybox nc
BusyBox v1.23.1 (2015-10-06 20:25:17 EST) multi-call binary.

Usage: nc [-iN] [-wN] [-l] [-p PORT] [-f FILE|IPADDR PORT] [-e PROG]

Open a pipe to IP:PORT or FILE

	-l	Listen mode, for inbound connects
		(use -ll with -e for persistent server)
	-p PORT	Local port
	-w SEC	Connect timeout
	-i SEC	Delay interval for lines sent
	-f FILE	Use file (ala /dev/ttyS0) instead of network
	-e PROG	Run PROG after connect
Puppy Linux Blog - contact me for access

gcmartin

sindi

#5 Post by gcmartin »

@Sindi,

Could you help me help you by sharing the following info?
  • which specific PUPPY Linux are you using?
  • which do you have: smartPhone users or Apples or Windows or Linux or smartTV users also on your LAN network?
  • Is your device(s) that you will be sharing from wired or wireless?
You probably do NOT need to install anything. As everything to do what you ask may already be built into the PUPs you intend to us. If its any one of the modern PUPs, do not install anything.

Here to help

User avatar
Uten
Posts: 129
Joined: Tue 29 Jan 2008, 11:00

#6 Post by Uten »

I tend to like to use mc (midnight commander) for the job. It supports several methods for connecting to the other computer and transfer files both ways.Unfortunately mc is not installed on every puppy so....

You also have the file-sharing option in ROX. OPen ROX in your home folder and click File-sharing/Setup-Sharing.

You might have to turn off or tweak your firewall to make any method work.

Best wishes
Uten

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

#7 Post by vektor_alian »

Vic here ...

I use Pupserver 435 from archive.org

Works ootb!

Vic

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#8 Post by trapster »

Isn’t gftp in most puppy’s?

Can’t get much easier than that.
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Post Reply