LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ftp client for fedora 17 (https://www.linuxquestions.org/questions/linux-newbie-8/ftp-client-for-fedora-17-a-4175419969/)

fabe856 08-02-2012 07:55 AM

ftp client for fedora 17
 
Hi all,
Which ftp client package is good for fedora 17. How can i install it

TB0ne 08-02-2012 09:26 AM

Quote:

Originally Posted by fabe856 (Post 4744068)
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.

lithos 08-02-2012 09:59 AM

KFTP is a nice FTP client working in Gnome or KDE

jefro 08-02-2012 05:26 PM

Info.

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

Might have the client installed, dunno. Try the command line ftp.

schneidz 08-02-2012 09:12 PM

why do you want to use ftp rather than scp/ sftp/ sshfs ?

ftp is old and antiquated.

fabe856 08-02-2012 10:10 PM

Quote:

Originally Posted by TB0ne (Post 4744138)
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

chrism01 08-03-2012 12:28 AM

You can get the Linux version of Filezilla, if that's what you want.

fabe856 08-03-2012 01:56 AM

Thanks
Quote:

Originally Posted by chrism01 (Post 4744676)
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

lithos 08-03-2012 05:42 AM

Yes -> KFTP I think

schneidz 08-03-2012 06:26 AM

Quote:

Originally Posted by fabe856 (Post 4744629)
How can i know whether one is already installed? Plz suggest some commands
...

ftp

lithos 08-03-2012 08:48 AM

I think that would be better to check with RPM
Code:

# rpm -qai *ftp*
if "*" (asterisks) will be accepted.

273 08-03-2012 08:52 AM

Quote:

Originally Posted by fabe856 (Post 4744629)
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.

lleb 08-03-2012 10:48 AM

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


All times are GMT -5. The time now is 10:29 PM.