My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6 to communicate via FTP
On Tumbleweed using Filezilla client
I know I need a server on at least one end: On Leap I was trying
"pure-ftpd" server. It claimed to be simple, but has many options
(not explained). So I don't know how to set it up.
When started su on Leap /usr/sbin/pure-ftpd The cursor disappears and
until a ctrl-c, reappears so I assume it started.
On filezilla contacting I get "can't reach server - EHOSTUNREACH
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6
to communicate via FTP
On Tumbleweed using Filezilla client
I know I need a server on at least one end: On Leap I was trying
"pure-ftpd" server. It claimed to be simple, but has many options
(not explained). So I don't know how to set it up.
When started su on Leap /usr/sbin/pure-ftpd The cursor disappears
and until a ctrl-c, reappears so I assume it started.
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6 to communicate via FTP
On Tumbleweed using Filezilla client
I know I need a server on at least one end: On Leap I was trying "pure-
ftpd" server. It claimed to be simple, but has many options (not explained). So I don't know how to set it up.
When started su on Leap /usr/sbin/pure-ftpd The cursor disappears and
until a ctrl-c, reappears so I assume it started.
On filezilla contacting I get "can't reach server - EHOSTUNREACH
So, NO-GO ----- Any help or wisdom out there?
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6
to communicate via FTP
Any help or wisdom out there?
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6 to communicate via FTP
You do not start a daemon on a terminal.
On Sat, 5 Jul 2025 11:28:25 -0700, Paul R Schmidtbleicher wrote:
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6 to
communicate via FTP
FTP is insecure. Avoid.
A rather simple ftpd exists and can be started with inetd if you want
an easy solution.
It it is running, run ss -tl to check if it really runs.
On 05/07/2025 20:42, Marco Moock wrote:
A rather simple ftpd exists and can be started with inetd if you
want an easy solution.
It it is running, run ss -tl to check if it really runs.
What he said...ftpd via inetd...
On 06.07.2025 09:04 Uhr The Natural Philosopher wrote:
On 05/07/2025 20:42, Marco Moock wrote:
A rather simple ftpd exists and can be started with inetd if you
want an easy solution.
It it is running, run ss -tl to check if it really runs.
What he said...ftpd via inetd...
He mentioned pure-ftpd, a different software.
The simpler solution (if ftp is actually needed/wanted) in Leap is to
use YaST to set it up, and that will install vsftpd. There is a whole
chapter on the book explaining it.
On 06/07/2025 11:18, Marco Moock wrote:
On 06.07.2025 09:04 Uhr The Natural Philosopher wrote:And we recommended a simpler solution
On 05/07/2025 20:42, Marco Moock wrote:
A rather simple ftpd exists and can be started with inetd if you
want an easy solution.
It it is running, run ss -tl to check if it really runs.
What he said...ftpd via inetd...
He mentioned pure-ftpd, a different software.
On 06/07/2025 14:27, Carlos E.R. wrote:
The simpler solution (if ftp is actually needed/wanted) in Leap is to
use YaST to set it up, and that will install vsftpd. There is a whole
chapter on the book explaining it.
A whole chapter is hardly 'the simplest'
On 2025-07-06 15:35, The Natural Philosopher wrote:
On 06/07/2025 14:27, Carlos E.R. wrote:
The simpler solution (if ftp is actually needed/wanted) in Leap is
to use YaST to set it up, and that will install vsftpd. There is a
whole chapter on the book explaining it.
A whole chapter is hardly 'the simplest'
The simplest is using YaST to set it up.
Remember the context, the OP is using openSUSE Leap, so YaST is the
easiest tool to set things up. It is designed for that.
And if you do not understand how to do it, there is a book chapter
designed for ease, that explains the concepts and the choices.
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6 to communicate via FTPThanks to all who responded to my original question.
On Tumbleweed using Filezilla client
I know I need a server on at least one end: On Leap I was trying "pure-
ftpd" server. It claimed to be simple, but has many options (not explained). So I don't know how to set it up.
When started su on Leap /usr/sbin/pure-ftpd The cursor disappears and
until a ctrl-c, reappears so I assume it started.
On filezilla contacting I get "can't reach server - EHOSTUNREACH
So, NO-GO ----- Any help or wisdom out there?
Thanks, Paul
Thanks to all who responded to my original question.
(1) It has the option of being a Daemon. I just want on-off connection.
(2) I invoke this server "pure-ftpd" from a su Dolphin; quit with a
Ctrl-C. The client, Filezilla, was not connecting. At the time I did
not realize it included a basic "pure-ftpd.conf" that needed to be
included in calling up the server. Filezilla then made a connection: Tumbleweed was connected to LEAP 15.6.
Now, the next problem: the server (pure-ftpd) is on LEAP and Client
Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The call for
the local filesystem starts with "/" root directory. It yields "empty"
(3) I know it is protecting the protecting the Remote file system, but I
am same user (administrator), same password on both computers. I can't
figure out how to get the Remote site (LEAP) to open any directories
since "/" comes up as empty.
On 7/5/25 11:28 AM, Paul R Schmidtbleicher wrote:
Now, the next problem: the server (pure-ftpd) is on LEAP and Client
Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The call for
On 2025-07-08 02:29, Paul R Schmidtbleicher wrote:
On 7/5/25 11:28 AM, Paul R Schmidtbleicher wrote:
Now, the next problem: the server (pure-ftpd) is on LEAP and Client
Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the
whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The call for
STOP.
Is this a remote computer? The connection is via internet?
Then stop the FTP server ASAP and switch to scp immediately.
On 08/07/2025 12:41, Carlos E.R. wrote:
On 2025-07-08 02:29, Paul R Schmidtbleicher wrote:Who made you God?
On 7/5/25 11:28 AM, Paul R Schmidtbleicher wrote:
Now, the next problem: the server (pure-ftpd) is on LEAP and Client
Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the
whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The call for
STOP.
Is this a remote computer? The connection is via internet?
Then stop the FTP server ASAP and switch to scp immediately.
The Natural Philosopher wrote:I am not missing the point
On 08/07/2025 12:41, Carlos E.R. wrote:
On 2025-07-08 02:29, Paul R Schmidtbleicher wrote:Who made you God?
On 7/5/25 11:28 AM, Paul R Schmidtbleicher wrote:
Now, the next problem: the server (pure-ftpd) is on LEAP and Client
Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the
whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The call for
STOP.
Is this a remote computer? The connection is via internet?
Then stop the FTP server ASAP and switch to scp immediately.
You are totally missing his point - FTP is insecure, an open door into a filesystem. Only run FTP on a world-accessible server if you *really*
know what you are doing.
On 08/07/2025 15:28, R Daneel Olivaw wrote:
The Natural Philosopher wrote:I am not missing the point
On 08/07/2025 12:41, Carlos E.R. wrote:
On 2025-07-08 02:29, Paul R Schmidtbleicher wrote:Who made you God?
On 7/5/25 11:28 AM, Paul R Schmidtbleicher wrote:
Now, the next problem: the server (pure-ftpd) is on LEAP and Client
Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the
whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The call for .................................************
STOP.
Is this a remote computer? The connection is via internet?
Then stop the FTP server ASAP and switch to scp immediately.
You are totally missing his point - FTP is insecure, an open door into
a filesystem. Only run FTP on a world-accessible server if you
*really* know what you are doing.
You are
Who said it was world-accessible?
On Tue, 8 Jul 2025 16:14:31 +0100
The Natural Philosopher <tnp@invalid.invalid> wrote:
Who said it was world-accessible?
AFAICR it is internal to his LAN.
Verbatim, from the OP:
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44
Always a thrill when the Very Concerned Security Experts don't bother
to check the context before jumping in to border-collie the Dangerously Insecure :/
Who made you God?
Who said it was world-accessible? AFAICR it is internal to his LAN.
(Thunar can open sftp connections directly, btw. Not sure about
Dolphin.)
On 2025-07-08 17:14, The Natural Philosopher wrote:
On 08/07/2025 15:28, R Daneel Olivaw wrote:.................................************
The Natural Philosopher wrote:
On 08/07/2025 12:41, Carlos E.R. wrote:
On 2025-07-08 02:29, Paul R Schmidtbleicher wrote:
On 7/5/25 11:28 AM, Paul R Schmidtbleicher wrote:
Now, the next problem: the server (pure-ftpd) is on LEAP and
Client Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the
whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The call >>>>>> for
I am not missing the pointWho made you God?
STOP.
Is this a remote computer? The connection is via internet?
Then stop the FTP server ASAP and switch to scp immediately.
You are totally missing his point - FTP is insecure, an open door
into a filesystem. Only run FTP on a world-accessible server if you
*really* know what you are doing.
You are
Who said it was world-accessible?
He did.
Who made you God?off-subject question. I would not normally do this but since you started
Ok, Natural Philosopher: Your broke into this thread with an
It starts with Genesis 1:1, the beginning sentence of His Book "In the beginning God created the heavens and the earth"
In reality that says it all. God "IS" - He is the Creator. His is Bigger
than us. He created us.
We are all, like it or not, SUBJECT TO HIM - all
the heavens and all on earth.
On 7/8/25 12:36 PM, Carlos E.R. wrote:
On 2025-07-08 17:14, The Natural Philosopher wrote:
On 08/07/2025 15:28, R Daneel Olivaw wrote:
Please Note: The two computers are in two separate rooms in the sameWho said it was world-accessible?
He did.
house and on the same home fiber router (192.168.x.x) The intent is to share files internally for time spent to move them and then shut off the FTP. No outside use at all.
On 7/8/25 12:36 PM, Carlos E.R. wrote:
On 2025-07-08 17:14, The Natural Philosopher wrote:Please Note: The two computers are in two separate rooms in the same
On 08/07/2025 15:28, R Daneel Olivaw wrote:.................................************
The Natural Philosopher wrote:
On 08/07/2025 12:41, Carlos E.R. wrote:
On 2025-07-08 02:29, Paul R Schmidtbleicher wrote:
On 7/5/25 11:28 AM, Paul R Schmidtbleicher wrote:
Now, the next problem: the server (pure-ftpd) is on LEAP and
Client Filezilla is on Tumbleweed
(1) Client Filezilla on Tumbleweed (LocalSite) shows from "/" the >>>>>>> whole filesystem & filestructure
(2) Server "pure-ftpd" is (Remote site) on LEAP computer. The
call for
I am not missing the pointWho made you God?
STOP.
Is this a remote computer? The connection is via internet?
Then stop the FTP server ASAP and switch to scp immediately.
You are totally missing his point - FTP is insecure, an open door
into a filesystem. Only run FTP on a world-accessible server if you
*really* know what you are doing.
You are
Who said it was world-accessible?
He did.
house and on the same home fiber router (192.168.x.x) The intent is to share files internally for time spent to move them and then shut off the FTP. No outside use at all.
On 7/6/25 3:21 AM, The Natural Philosopher wrote:
On 7/8/25 6:11 AM, The Natural Philosopher wrote:
Who made you God?
Ok, Natural Philosopher: Your broke into this thread with anoff-subject question. I would not normally do this but since you started
it, I am prepared to give you some answers:
It starts with Genesis 1:1, the beginning sentence of His Book
"In the beginning God created the heavens and the earth"
In reality that says it all. God "IS" - He is the Creator. His is Bigger
than us. He created us. We are all, like it or not, SUBJECT TO HIM - all
the heavens and all on earth.
Let me share an illustration of the ramifications of that verse in the
life of my wife:
When she was a little girl, she helped deliver a liter of kittens. The kittens could say she had a minimal part in their creation.
As they grew, on rainy days, she would set them up in her play. She
dressed them in her doll clothes. She would have some do this and others
do that. She was their Sovereign. For some she had them dance by holding their paws. If they did her bidding they got a treat. Others would not
like this and try to run - they got no treat. It wouldn't take long in
her play for the running kittens, watching the others get the treats, to
feel left out. Remember: She created the play. She called the "shots."
They could complain, so what? To them, she existed. Do it her way and
get a treat. Follow their own "Natural" inclination and suffer the consequences: no treat and left out to curl up in a corner.
Now lets bring our God back into the story: His Statement: "He is the Creator," We are part of His creation. Can we REALLY do anything about
it? The kittens figured this out over several playtimes. She could have
been mean to them - She was not. She treated them all in love. God has
also said, He loves us.
The second verse that stands out is Psalm 138:2 which tells us that God
"has magnified His Word above His Name" - Look it up. King James
translation is one of the best. It means His Word (The Bible) He has
placed His Word ABOVE His Sovereignty - above all the He could and would do. In simple terms He runs His Creation by His BOOK. Know the Book and
you know God: Learn and obey = Blessing Ignore Walk Away = No Blessing
and looming punishments all laid out in commands, historical stories,
even the poetic sections. It's that simple. Like it or not the Creator rules His Creation, BUT, according to his Book.
Get out a Bible
Now some homework: Who made God? He claims "I AM:" Exodus 3:14
He is the Creator: Genesis 1:1; Isaiah 45:12 -Look these up if you
really want to know.
He is Almighty, all powerful: Genesis 17:1
He Kills, He makes alive, He wounds, He heals: Deuteronomy 32:39
He is the ONE and ONLY - there is "none else:" Isaiah 45:18
He loves YOU: John 3:16 -Sent His Son to take your sins - including the arrogance to change the subject of this thread - upon His Son-Jesus to
allow for an even closer relationship with Your God -like it or not! Relationship with Him means Heaven - Reject it and wrath John 3:18; 3:36
Like those kittens THE TREAT for us is harmony in the world the
Creator has Created for us.
I could go on, but I am also breaking this thread in posting to you. I
will stop.
Please Note: The two computers are in two separate rooms in the same
house and on the same home fiber router (192.168.x.x) The intent is to
share files internally for time spent to move them and then shut off the
FTP. No outside use at all.
(Leap) x.x.x.16 (Tumbleweed) x.x.x.44
The two computers are in two separate rooms in the same house and on
the same home fiber router (192.168.x.x) The intent is to share files internally for time spent to move them and then shut off the FTP.
No outside use at all.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 00:14:47 |
Calls: | 10,387 |
Calls today: | 2 |
Files: | 14,061 |
Messages: | 6,416,719 |