LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-01-2022, 08:11 PM   #1
linuxbird
Member
 
Registered: Feb 2006
Distribution: Slackware
Posts: 543

Rep: Reputation: 36
ftp client - Slackware 15.0beta


I am looking for a simple ftp client, that I can use for uploads and downloads, perhaps which has a pkg, for Slackware 15.0.

After searching the distribution, and then for pkgs, tried a couple, and found they had dependencies. Rather than chase down the dependencies and compatibilities, it seemed to make sense to ask the wisdom of those who have already done the selection.

Thanks.
 
Old 01-01-2022, 08:31 PM   #2
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
Hi,

I use filezilla. It only needs libfilezilla + wxGTK-3
You have a slackbuild, or if you use slackpkg+ : conraid.net (slackers)

I would have preferred to use the one provided by slackware, gFTP, but the download speed is horrible.
I never exceed 5 or 6MB/s, even on my local network...

Last edited by marav; 01-01-2022 at 08:32 PM.
 
1 members found this post helpful.
Old 01-01-2022, 08:51 PM   #3
slac-in-the-box
Member
 
Registered: Mar 2010
Location: oregon
Distribution: slackware64-15.0 / slarm64-current
Posts: 780
Blog Entries: 1

Rep: Reputation: 432Reputation: 432Reputation: 432Reputation: 432Reputation: 432
wget comes with slackware and supports ftp

wput, at slackbuilds, also supports ftp and has no dependencies

just typing ftp at the cli takes you to ftp> prompt, where you can manually type commands, such as ?, which displays available commands, such as open, get, mget, put, mput, cd, ls, and many others.

ftp isn't used very much anymore as there are inherent security risks because it needs wide range of open ports, and many have switched to using scp or rsync.
 
2 members found this post helpful.
Old 01-01-2022, 08:55 PM   #4
linuxbird
Member
 
Registered: Feb 2006
Distribution: Slackware
Posts: 543

Original Poster
Rep: Reputation: 36
Good ideas. I am set, and probably had a brain block. People can continue to post their recommendations, but for me this is SOLVED. Thanks.
 
Old 01-01-2022, 08:57 PM   #5
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,398

Rep: Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132Reputation: 4132
Quote:
Originally Posted by slac-in-the-box View Post
wget comes with slackware and supports ftp

wput, at slackbuilds, also supports ftp and has no dependencies

just typing ftp at the cli takes you to ftp> prompt, where you can manually type commands, such as ?, which displays available commands, such as open, get, mget, put, mput, cd, ls, and many others.

ftp isn't used very much anymore as there are inherent security risks because it needs wide range of open ports, and many have switched to using scp or rsync.
and wget2 is very fast!
 
3 members found this post helpful.
Old 01-02-2022, 01:55 AM   #6
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,979

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
wget, curl, lftp, all part of Slackware -current.

I use wget and lftp the most. Each has it's nitche.
 
3 members found this post helpful.
Old 01-02-2022, 08:30 AM   #7
slackmensch
Member
 
Registered: Apr 2021
Location: hickville
Distribution: Arch, Normal, Poisson, Slackware, Manjaro
Posts: 50
Blog Entries: 7

Rep: Reputation: Disabled
I like ncftp, which is part of the distribution. I use it mostly for file transfers with old PDAs like the Sharp Zaurus and trashy game consoles like Nintendo (New) 3DS and 2DS, which only ever natively supported some ancient, broken --It never worked for me even when it was new!-- version of samba for file transfers.

For more choices, try
Code:
slackpkg search ftp
Of course, "simple" means different things to different individuals. I took it to mean a command-line client fancier than plain old ftp but without heavy library dependencies. Someone else might consider a GUI client "simple" because of less typing required for use.
 
1 members found this post helpful.
Old 01-02-2022, 12:31 PM   #8
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,187

Rep: Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765
There's also krusader.
 
2 members found this post helpful.
Old 01-02-2022, 01:20 PM   #9
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
Krusader??

Looked it up, and you're right. There's definitely also Krusader!

Thanks for the tip!
 
1 members found this post helpful.
Old 01-02-2022, 01:58 PM   #10
Gerard Lally
Senior Member
 
Registered: Sep 2009
Location: Leinster, IE
Distribution: Slackware, NetBSD
Posts: 2,187

Rep: Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765Reputation: 1765
Quote:
Originally Posted by Jan K. View Post
Krusader??

Looked it up, and you're right. There's definitely also Krusader!

Thanks for the tip!
Happy to help! Having cut my teeth on Total Commander I find it painful to use anything other than an Orthodox File Manager to handle files now.
 
Old 01-03-2022, 05:22 PM   #11
gauchao
Member
 
Registered: Dec 2009
Location: Veneto
Distribution: Slackware64
Posts: 366

Rep: Reputation: 143Reputation: 143
Quote:
Krusader??
Search under the menu:Tools or with CTRL+N -> new network connection.
 
Old 01-04-2022, 12:23 AM   #12
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,026

Rep: Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618Reputation: 618
Quote:
Originally Posted by Gerard Lally View Post
There's also krusader.
Thanks for the tip. I'd never heard of it before you mentioned it. Looks good.
 
Old 01-04-2022, 02:18 AM   #13
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,079

Rep: Reputation: 750Reputation: 750Reputation: 750Reputation: 750Reputation: 750Reputation: 750Reputation: 750
My favourite ftp transfer tool is the FireFTP browser plugin. Originally a Firefox (legacy) plugin, menaing that it no longer works with FF 57 and above, but it's still compatible with the Waterfox, Palemoon, and Basilisk browsers.
 
Old 01-04-2022, 02:51 PM   #14
fourtysixandtwo
Member
 
Registered: Jun 2021
Location: Alberta
Distribution: Slackware...mostly
Posts: 325

Rep: Reputation: 216Reputation: 216Reputation: 216
In the past I'd always use ncftp as my cli client of choice and it's been included in Slackware since the 3.x series.
 
  


Reply

Tags
ftp client



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to proxy ftp packets between IPV4 ftp server and an IPV6 ftp client? Neeraj0019 Linux - Networking 5 11-16-2021 11:15 AM
gtwitter-1.0beta configure doesn't find mono.cairo package gabo Linux - Software 0 09-02-2008 07:01 PM
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM
OpenOffice 2.0beta, running well but need install a Native Language Module Yaguarundi Slackware 1 06-24-2005 11:35 AM
How to Get Open Office 2.0beta to Mimic MS Office 2003 Look? mac57 Linux - Software 2 03-08-2005 07:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration