LinuxQuestions.org
Visit Jeremy's Blog.
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-06-2021, 04:24 AM   #1
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 462

Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Is gFTP safe to use?


I recently installed -current and am currently testing it out for use as a work distro and daily driver. I have to do FTP-related stuff occasionally and found gFTP in the included packages. It looks like version 2.0.19 was originally released quite some time ago. Does it still get security updates?
 
Old 01-06-2021, 04:33 AM   #2
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,328

Rep: Reputation: 1115Reputation: 1115Reputation: 1115Reputation: 1115Reputation: 1115Reputation: 1115Reputation: 1115Reputation: 1115Reputation: 1115
A new beta-version is available here:

https://github.com/masneyb/gftp/releases

It work here, but isn't finalised, some bugs are presents and no compil with gtk+3, for the moment.
 
1 members found this post helpful.
Old 01-06-2021, 05:04 AM   #3
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 462

Original Poster
Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Thank you! I'll keep an eye on that beta.

It looks like the version in -current is actually from October, so that's probably fine. Should've checked the mirror file tree first. Sorry about that. Will mark as "solved."
 
Old 01-06-2021, 10:52 AM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,155
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
The question here is, is ftp:// safe to use over the internet. The answer is no.
https://security.stackexchange.com/q...s-of-using-ftp
https://thehackernews.com/2013/12/se...nefits-of.html

There is sftp, or shh
https://www.ssh.com/ssh/sftp/

And gftp seems to support that.
https://github.com/masneyb/gftp
 
2 members found this post helpful.
Old 01-06-2021, 11:13 AM   #5
pghvlaans
Member
 
Registered: Jan 2021
Distribution: Slackware64 {15.0,-current}, FreeBSD, stuff on QEMU
Posts: 462

Original Poster
Rep: Reputation: 369Reputation: 369Reputation: 369Reputation: 369
Quote:
And gftp seems to support that.
That sounds great; thanks very much.
 
Old 01-06-2021, 11:23 AM   #6
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,221

Rep: Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943Reputation: 943
There is also FileZilla which is actively maintained (and on SBo).
 
Old 01-06-2021, 01:14 PM   #7
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Also, many file managers support ftp, sftp (using your ssh credentials), cifs/samba, nfs, etc. I know dolphin with KDE supports it and I'd bet Thunar supports it as well (I prefer to use krusader, which is a dual pane file manager that supports all those things).
 
1 members found this post helpful.
Old 01-06-2021, 11:25 PM   #8
shelldweller
Member
 
Registered: Mar 2019
Distribution: Slackware
Posts: 300

Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
And gftp seems to support that.
Possibly, but not as-provided in Slackware I believe. When I try to connect to an FTPS connection, I get:

Code:
FTPS Support unavailable since SSL support was not compiled in. Aborting connection.
Same with SFTP. I have not yet tried an SSH connection though.

Am I doing something wrong?
 
Old 01-07-2021, 11:31 AM   #9
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by shelldweller View Post
Possibly, but not as-provided in Slackware I believe. When I try to connect to an FTPS connection, I get:

Code:
FTPS Support unavailable since SSL support was not compiled in. Aborting connection.
Same with SFTP. I have not yet tried an SSH connection though.

Am I doing something wrong?
FTPS is different than SFTP. FTPS vs FTP is basically the same difference as http vs https. They have an SSL cert that is used to secure the connection. I don't know of any FTPS servers to test whether or not it works on my system.

SFTP is basically doing file transfers over an ssh connection. SFTP isn't listed in gFTP because it's listed as an SSH2 connection.
 
1 members found this post helpful.
Old 01-13-2021, 04:50 PM   #10
shelldweller
Member
 
Registered: Mar 2019
Distribution: Slackware
Posts: 300

Rep: Reputation: Disabled
Quote:
Originally Posted by bassmadrigal View Post
FTPS is different than SFTP. FTPS vs FTP is basically the same difference as http vs https. They have an SSL cert that is used to secure the connection. I don't know of any FTPS servers to test whether or not it works on my system.

SFTP is basically doing file transfers over an ssh connection. SFTP isn't listed in gFTP because it's listed as an SSH2 connection.
Wow, cool, I learn something new every day! Thank you for enlightening me. I will try an SSH2 connection, I was unaware that's what that was.
 
  


Reply



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
which nvidia driver is safe to use and how do you force it to use dfp and not crt Carpo Slackware 7 08-19-2007 08:09 AM
gFTP problems HwzrHlslndr Linux - Software 6 03-07-2003 07:45 AM
gFTP stopped working linuxfond Linux - Newbie 7 02-26-2003 02:04 AM
gFTP nautilus_1987 Linux - Software 5 11-29-2002 11:57 AM
GFTP won't let me see the content of my site! el_felipe Linux - Newbie 1 02-01-2002 12:06 AM

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

All times are GMT -5. The time now is 02:39 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