Find the answer to your Linux question:
Results 1 to 6 of 6
Hi, I am very new to linux. I just install RHEL5 on a Dell x64 server. I want to learn how to install desktop thru FTP. What website can I ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7

    what website to download free ftp for RHEL5?

    Hi,

    I am very new to linux. I just install RHEL5 on a Dell x64 server. I want to learn how to install desktop thru FTP. What website can I go to download free FTP software?

    Thanks,
    Allen

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Welcome to the forums!

    You can find information about some free FTP clients here:

    FTP Clients | Linux App Finder

    ...is that what you mean, or are you looking for FTP servers?
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7
    I am looking for software (redhat rpm) so that I can make my server as a ftp server. Then, I can install my test desktop thru ftp method.

    Thanks,
    Allen

  4. #4
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7
    I have found a website to download my ftp server (RPM Search). Thanks, Allen

  5. #5
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Doesn't Red Hat still keep vsftpd packages available on their servers? They used to, but I'm not sure now.

    Maybe it's already installed. Check for it with:

    Code:
    rpm -q vsftpd
    If not installed, you could try the following to install it:

    Code:
    yum install vsftpd
    Maybe a RHEL user will chime in with more help.


    Edit: I was typing when you posted... glad you found it!
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  6. #6
    Just Joined!
    Join Date
    Nov 2008
    Posts
    7
    well, I use rpm -q vsftpd and the result is "package vsftpd is not installed". I use command locate vsftpd and the result is below:

    /usr/share/logwatch/default.conf/logfiles/vsftpd.conf
    /usr/share/logwatch/default.conf/services/vsftpd.conf
    /usr/share/logwatch/scripts/services/vsftpd

    so, what does the result above mean?

    Thanks for quick response,
    Allen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...