LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I get ftp or telnet to run?? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-get-ftp-or-telnet-to-run-938467/)

je_syd 04-06-2012 06:44 AM

How can I get ftp or telnet to run??
 
I am using a Linux Debian installation but when I type ftp or telnet it simply says "command not found". When I run lsmod I do not see tcpd listed as a module (even though tcpd is in /usr/sbin/tcpd). When I try to run insmod tcpd is says "can't read 'tcpd': No such file or directory' "

So how can I get ftp or telnet to run??

linuxlover.chaitanya 04-06-2012 06:57 AM

I am not too sure what you mean to say. If it says command not found, then you should go and install telnet and ftp package. But I would suggest you look into SSH for remote access. telnet is old and not secure. It sends data in unencrypted format and sniffer can look into the data. And as far as my knowledge goes, it has nothing to do with tcpd.

je_syd 04-06-2012 07:04 AM

getting ftp to work
 
My main concern is to get ftp to work. I tried "apt-get install ftp" but that does not seem to work. So what package do I download??

dougt 04-06-2012 07:24 AM

I'm not a Debian user so I can't check this for you, but two seconds with Google threw this up:

http://packages.debian.org/stable/ftp-ssl

je_syd 04-06-2012 07:32 AM

ftp-ssl package
 
Thanks dougt I'll check that out.

linuxlover.chaitanya 04-06-2012 08:19 AM

If you want to run ftp server, then you could install either vsftpd or proftp. Both should be available through the debian repositories.


All times are GMT -5. The time now is 11:27 PM.