Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Is anyone familiar with FTP? I need to ftp some files from another PC to the current PC using RH8.0. Have tried using Cuteftp but unable to login RH.
Do I need to enable something? I have tried setting the FTP in the webmin to accept all address connections. I have also enable the logon name and password. But it still fails!
you need to install FTP server in RH8, it usually come together with your RH cd.
put your cd RH into ur cdrom and install wu-ftpd then u need restart ur xinetd.
I suggestion for you, why you don't use ssh client and connect to your RH machine, u can use putty and connect to your RH, it is more secure then FTP
i think ftp is the way to go, it will be easier to configure and you are on a lan, and security shouldnt be a prob. don't forget after you install your ftp server to turn the service on under your services menu, and also enable incoming ftp through your firewall. post if you need any help, i run RH9 and it is dangerously similar to 9
I have not used RH 9.0 but I heard it comes with vsftpd. As for Redhat 7.3 and 8.0 it comes with wu-ftpd. However, if you trust everyone on your LAN then go ahead and setup a FTP server but if you DO NOT trust your LAN then I would go with something more secure like scp.
All you would need to set this up is to allow ssh logins to your machine and install winscp on your windows machine. Winscp is freeware. By doing this, whenever you scp something from your WIN box to your Linux box, all the data packets are encrypted. This is my setup at home.
1. After setting up your FTP server, yes you will be able to ftp from the internet other than just LAN. However, it depends on the network setup that you have at home. If you have a router, then you will need to add the IP address of that linux machine to your portforwarding rules in your router (default for FTP is port 21). Also depending if you are running iptables/ipchains or another firewall software on your linux machine you will have to open port 21 as well.
2. Have you checked if you have a wu-ftpd file in this path /etc/xinetd.d? You can also check it by typing this:
"rpm -qa wu-ftpd" (w/o the quotes)
If it spits out nothing then you are correct, you don't have wu-ftpd installed. You can install it from the cd's. I forgot the exact path but it's in the RPM folder. After you find the RPM folder, find the rpm that is wu-ftpd. Once you found it, type this:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.