I'm trying to get FTP working on my Raspberry Pi 5 with latest OS (fresh install). After starting with the basics of basics I discovered an issue.
When I type ftp.nluug.nl in Chromium I immediately get a directory listing in my browser.
So I opened up the command prompt and typed: sudo apt-get install ftp
And installed ftp.
When I then type ftp the cursor changes to: ftp>
Then I get the following:
When I type ftp.nluug.nl in Chromium I immediately get a directory listing in my browser.
So I opened up the command prompt and typed: sudo apt-get install ftp
And installed ftp.
When I then type ftp the cursor changes to: ftp>
Then I get the following:
Any clue what is happening?ftp> open ftp.nluug.nl
Trying [2001:67c:6ec:221:145:220:21:40]:21 ...
ftp: Can't connect to `2001:67c:6ec:221:145:220:21:40:21': Connection timed out
Trying 145.220.21.40:21 ...
ftp: Can't connect to `145.220.21.40:21': Connection timed out
ftp: Can't connect to `ftp.nluug.nl:ftp'
Statistics: Posted by nielsgeode — Tue Jul 02, 2024 1:01 pm