Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 23 |
Nodes: | 6 (0 / 6) |
Uptime: | 56:49:04 |
Calls: | 584 |
Calls today: | 1 |
Files: | 1,139 |
D/L today: |
179 files (27,921K bytes) |
Messages: | 112,134 |
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?
Thanks, Paul
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.
On 2025-07-05 20:25, 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
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.
You do not start a daemon on a terminal. You start it, possibly, by
starting the systemd daemon associated with it.
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.-a 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-a 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-a ----- Any help or wisdom out there?
Thanks, Paul
On 2025-07-05 21:00, Carlos E.R. wrote:
On 2025-07-05 20:25, 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
On Tumbleweed using Filezilla client
I know I need a server on at least one end: On Leap I was trying
"pure- ftpd" server.-a 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-a The cursor disappears
and until a ctrl-c, reappears so I assume it started.
You do not start a daemon on a terminal. You start it, possibly, by
starting the systemd daemon associated with it.
Typo. systemd service.
On 7/5/25 12:41 PM, Carlos E.R. wrote:
On 2025-07-05 21:00, Carlos E.R. wrote:Another subject: Cross-posting
On 2025-07-05 20:25, 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
On Tumbleweed using Filezilla client
I know I need a server on at least one end: On Leap I was trying
"pure- ftpd" server.-a 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-a The cursor disappears
and until a ctrl-c, reappears so I assume it started.
You do not start a daemon on a terminal. You start it, possibly, by
starting the systemd daemon associated with it.
Typo. systemd service.
-a-a How do I do it? I am using Thunderbird
On 7/5/25 11:25 AM, Paul R Schmidtbleicher wrote:Hi
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.-a 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-a 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-a ----- Any help or wisdom out there?
Thanks, PaulThanks 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.
(a) Permissions for "/" are owned by root (me, both cpu's), Read
rites are for users and others. I ran both server and client under
su Dolphin. No change
(b) What I need to do is temporarily gain permissions for the remote
site LEAP somehow from Tumbleweed or suspend all permissions on LEAP temporarily so the "/" directory will be revealed.
(c) If I reverse Local and Remote sites (Tumbleweed Remote as server
and LEAP as client under filezilla, The Remote connects and
successfully downloads "/" on Tumbleweed as an empty directory.
I need someone with more wisdom on this than me. I know I could run
files between the two with a flash drive, but prefer FTP if possible.
On Mon, 7 Jul 2025 17:26:59 -0700
Paul R Schmidtbleicher <prschmi@attglobal.net> wrote:
On 7/5/25 11:25 AM, Paul R Schmidtbleicher wrote:Hi
My goal: On the same router x.x.x.16 (Tumbleweed) x.x.x.44 Leap15.6Thanks to all who responded to my original question.
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.-a 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-a 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-a ----- Any help or wisdom out there?
Thanks, Paul
(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.
(a) Permissions for "/" are owned by root (me, both cpu's), Read
rites are for users and others. I ran both server and client under
su Dolphin. No change
(b) What I need to do is temporarily gain permissions for the remote
site LEAP somehow from Tumbleweed or suspend all permissions on LEAP
temporarily so the "/" directory will be revealed.
(c) If I reverse Local and Remote sites (Tumbleweed Remote as server
and LEAP as client under filezilla, The Remote connects and
successfully downloads "/" on Tumbleweed as an empty directory.
I need someone with more wisdom on this than me. I know I could run
files between the two with a flash drive, but prefer FTP if possible.
I would suggest sftp then, as long as the sshd daemon is running that's
all that's needed.. eg `sftp://someuser@somehost:/`
Else look at using flatpak cockpit, it includes a file browser over
ssh...
If you want to mount a remote drive on your internal lan, look at sshfs.
IN su Dolphin "\usr\sbin\vsftpd" ran it ...