LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-02-2012, 07:55 AM   #1
fabe856
Member
 
Registered: Apr 2012
Posts: 115

Rep: Reputation: Disabled
ftp client for fedora 17


Hi all,
Which ftp client package is good for fedora 17. How can i install it
 
Old 08-02-2012, 09:26 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,698

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by fabe856 View Post
Hi all,
Which ftp client package is good for fedora 17.
There are several, including the command-line client you probably already have. Which desktop environment are you using?? Nautilus (Gnome), and Dolphin or Konqueror (KDE) can handle FTP protocols, and there are MANY others you can easily find. What are you trying to accomplish, and how do you want to use FTP?
Quote:
How can i install it
Same way you install any other program...either through yum or compile from source.
 
Old 08-02-2012, 09:59 AM   #3
lithos
Senior Member
 
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144

Rep: Reputation: 217Reputation: 217Reputation: 217
KFTP is a nice FTP client working in Gnome or KDE
 
Old 08-02-2012, 05:26 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
Info.

http://docs.fedoraproject.org/en-US/..._Protocol.html

Might have the client installed, dunno. Try the command line ftp.
 
Old 08-02-2012, 09:12 PM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
why do you want to use ftp rather than scp/ sftp/ sshfs ?

ftp is old and antiquated.
 
Old 08-02-2012, 10:10 PM   #6
fabe856
Member
 
Registered: Apr 2012
Posts: 115

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
There are several, including the command-line client you probably already have.
How can i know whether one is already installed? Plz suggest some commands

Quote:
What are you trying to accomplish, and how do you want to use FTP?
I actually want to transfer files to a remote web server through net securely. In windows i was using filezilla.

Regards
Fabe
 
Old 08-03-2012, 12:28 AM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,363

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
You can get the Linux version of Filezilla, if that's what you want.
 
Old 08-03-2012, 01:56 AM   #8
fabe856
Member
 
Registered: Apr 2012
Posts: 115

Original Poster
Rep: Reputation: Disabled
Thanks
Quote:
Originally Posted by chrism01 View Post
You can get the Linux version of Filezilla, if that's what you want.
Is there some other package similiar to filezilla. I want to shift to some other becoz of some of its limitations.

Regards
Fabe
 
Old 08-03-2012, 05:42 AM   #9
lithos
Senior Member
 
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144

Rep: Reputation: 217Reputation: 217Reputation: 217
Yes -> KFTP I think
 
Old 08-03-2012, 06:26 AM   #10
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by fabe856 View Post
How can i know whether one is already installed? Plz suggest some commands
...
ftp
 
Old 08-03-2012, 08:48 AM   #11
lithos
Senior Member
 
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144

Rep: Reputation: 217Reputation: 217Reputation: 217
I think that would be better to check with RPM
Code:
# rpm -qai *ftp*
if "*" (asterisks) will be accepted.
 
Old 08-03-2012, 08:52 AM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by fabe856 View Post
I actually want to transfer files to a remote web server through net securely.
Then you should look at using SFTP if you can. Filezilla and other FTP programs will handle SFTP and it is encrypted which makes it more secure than regular FTP.
 
Old 08-03-2012, 10:48 AM   #13
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
ncftp

and again to test just type ftp IP at the $ prompt.

unless you MUST use ftp to get access to that data, then you are stuck, but otherwise you really should be using ssh/scp
 
  


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
Ftp Client error in centos and where to change the umask for ftp users? SarahGurung Linux - Newbie 10 03-20-2012 04:54 AM
file transfer program in c using FTP client and FTP server renuaseri Linux - Newbie 2 01-29-2011 05:49 AM
looking for ftp client for fedora core 6 zeid Linux - Software 4 12-30-2006 08:40 AM
Searching for FTP SSL command line client for Fedora chipix Linux - Security 4 06-27-2006 08:47 AM
ProFTPd ... FTP client fails to connect: timeout after client sends 'LIST' nutnut Linux - Software 2 01-01-2006 07:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:06 AM.

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