Is FTP client available for Porteus 5.01 Cinnamon?

Post here if you are a new Porteus member and you're looking for some help.
softappweber
Black ninja
Black ninja
Posts: 36
Joined: 22 Jun 2022, 15:42
Distribution: 0

Is FTP client available for Porteus 5.01 Cinnamon?

Post#1 by softappweber » 04 Aug 2024, 12:28

Hi everyone,
I urgently need FTP client to back-up some data online. This is first time I will be using FTP or after a long time. Can you please suggest any .appimage of FTP client or good, working link from where I can download working FTP client please?
Please suggest method to untar or unzip or convert to xzm as well. Thanks, and have a nice time everyone, best of luck!

:wall: :sos:

i3slkiller
Contributor
Contributor
Posts: 129
Joined: 03 Feb 2020, 18:51
Distribution: Debian 12, Porteus 5.01
Location: Poland

Is FTP client available for Porteus 5.01 Cinnamon?

Post#2 by i3slkiller » 04 Aug 2024, 14:35

:hi:
In file manager address bar type:

Code: Select all

ftp://ip.address
No additional programs required.

User avatar
Ed_P
Contributor
Contributor
Posts: 8954
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Is FTP client available for Porteus 5.01 Cinnamon?

Post#3 by Ed_P » 04 Aug 2024, 22:28

In scripts I use wget to download modules.

wget http:webaddress/file -O /tmp/file

softappweber
Black ninja
Black ninja
Posts: 36
Joined: 22 Jun 2022, 15:42
Distribution: 0

Is FTP client available for Porteus 5.01 Cinnamon?

Post#4 by softappweber » 05 Aug 2024, 17:36

I tried, but got this error : https://postimg.cc/ZvnxChdt
i3slkiller wrote:
04 Aug 2024, 14:35
:hi:
In file manager address bar type:

Code: Select all

ftp://ip.address
No additional programs required.

softappweber
Black ninja
Black ninja
Posts: 36
Joined: 22 Jun 2022, 15:42
Distribution: 0

Is FTP client available for Porteus 5.01 Cinnamon?

Post#5 by softappweber » 05 Aug 2024, 17:37

Ed_P wrote:
04 Aug 2024, 22:28
In scripts I use wget to download modules.

wget http:webaddress/file -O /tmp/file
I tried this, but got this error: https://postimg.cc/kBVyCqCW

i3slkiller
Contributor
Contributor
Posts: 129
Joined: 03 Feb 2020, 18:51
Distribution: Debian 12, Porteus 5.01
Location: Poland

Is FTP client available for Porteus 5.01 Cinnamon?

Post#6 by i3slkiller » 05 Aug 2024, 17:51

softappweber wrote:
05 Aug 2024, 17:36
I tried, but got this error : https://postimg.cc/ZvnxChdt
Are you sure that ftp server on remote host is working? Because nmap shows me that ftp ports are closed

Code: Select all

$ nmap -Pn 185.27.134.150 -p 20-21
Starting Nmap 7.93 ( https://nmap.org ) at 2024-08-05 19:48 CEST
Nmap scan report for 185.27.134.150
Host is up (0.089s latency).

PORT   STATE  SERVICE
20/tcp closed ftp-data
21/tcp closed ftp

Nmap done: 1 IP address (1 host up) scanned in 0.14 seconds
This is what a successful connection to ftp server looks like https://i.postimg.cc/44H2hFqF/Virtual-B ... -46-21.png

User avatar
Ed_P
Contributor
Contributor
Posts: 8954
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Is FTP client available for Porteus 5.01 Cinnamon?

Post#7 by Ed_P » 05 Aug 2024, 18:45

softappweber wrote:
05 Aug 2024, 17:37
I tried this, but got this error: https://postimg.cc/kBVyCqCW
The wget webaddress has to be accessible via a browser and the one in your link isn't.

https://syfarm.in/ works but not https://syfarm.in/htdocs Where did you find the link??

Added in 10 minutes 17 seconds:
Maybe this is what you're looking for: https://forum.infinityfree.com/docs?topic=49354 :%)

softappweber
Black ninja
Black ninja
Posts: 36
Joined: 22 Jun 2022, 15:42
Distribution: 0

Is FTP client available for Porteus 5.01 Cinnamon?

Post#8 by softappweber » 07 Aug 2024, 07:36

hello Thanks everyone for replies. I could find an online solution for this : https://www.net2ftp.com/

I am aware wy the solutions as advised by you people do not work for me. I am not able to aply them properly. Anyway, thanks again and have a nice time!

beny
Full of knowledge
Full of knowledge
Posts: 2275
Joined: 02 Jan 2011, 11:33
Location: italy

Is FTP client available for Porteus 5.01 Cinnamon?

Post#9 by beny » 07 Aug 2024, 14:23

hi, the slackware 15 tools for this task are lftp and wget2 and you can use slakfinder via web browser to search it:
https://slackware.nl/slakfinder/index.p ... e=#results
https://slackware.nl/slakfinder/index.p ... e=#results
the ponce version is better in version software number,but you can try all.

Post Reply