LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   RedHat7.1: Ftp Access. (https://www.linuxquestions.org/questions/linux-networking-3/redhat7-1-ftp-access-4182/)

youssef 07-11-2001 01:26 PM

RedHat7.1: Ftp Access.
 
Cannot Ftp to my machine? . Can anyone help please.
I had the same problem with telnet and solved it by running "setup" under /usr/sbin/ and checking off telnet under services.

KevinJ 07-13-2001 01:41 PM

Well.. provided you installed the FTP server, you can run the same setup program and turn on wu-ftpd so that the FTP server starts at boot.
Then you can restart the xinetd service to crank it up I believe.

service xinetd restart

( I think )

Kevin J
:rolleyes:

jharris 07-13-2001 01:53 PM

You'll also need to make sure that you don't have any firewalling that is blocking connections to the ftp ports (20/21) say an iptables rules. You won't by default be able to FTP are root either (you'd hope). If you do need to enable this (bad security move) then edit /etc/ftpusers and remove root's entry.

HTH

Jamie...


All times are GMT -5. The time now is 07:15 AM.