View previous topic :: View next topic |
Author |
Message |
toti n00b
Joined: 06 Dec 2003 Posts: 19 Location: Iceland
|
Posted: Fri Feb 06, 2004 3:06 pm Post subject: FTP Problem |
|
|
I'm having a little problem with ftp. When I type ftp in console, I get this:
ftp: ftp/tcp: unknown service
Ftp was working fine just a few days ago. I tried re-emergeing, it won't work.
I'm using Gentoo with Kernel 2.6.1. |
|
Back to top |
|
|
n3bul4 Apprentice
Joined: 04 Nov 2003 Posts: 187
|
Posted: Fri Feb 06, 2004 3:37 pm Post subject: ftp problem |
|
|
I am not sure but it looks like ftp is not enabled in /etc/services
Take a look at the file and try to find the following 2 lines:
ftp-data 20/tcp
ftp 21/tcp
If they are present then everything is ok with the services file
If not then write this 2 lines into the file.
hope that helps |
|
Back to top |
|
|
toti n00b
Joined: 06 Dec 2003 Posts: 19 Location: Iceland
|
Posted: Fri Feb 06, 2004 6:50 pm Post subject: |
|
|
It worked, thank you. |
|
Back to top |
|
|
|