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 ...
- 12-02-2008 #1Just 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
- 12-02-2008 #2forum.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.
- 12-02-2008 #3Just 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
- 12-02-2008 #4Just Joined!
- Join Date
- Nov 2008
- Posts
- 7
I have found a website to download my ftp server (RPM Search). Thanks, Allen
- 12-02-2008 #5forum.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:
If not installed, you could try the following to install it:Code:rpm -q vsftpd
Maybe a RHEL user will chime in with more help.Code:yum install vsftpd
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.
- 12-02-2008 #6Just 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


Reply With Quote