I've installed ftp in my debian lenny virtual server with apt-get install ftp and it uses the archive ftp_0.17-18_amd64.deb. But when I type ftp command into my shell there isn't any response? When I want to connect to a ftp site it's not working? I get not any response? ftp --help gives me this:
Aufruf: ftp [ignorierete Kommandozeilenargumente]
oder: ftp OPTION
Exit with a status code indicating failure.
--help diese Hilfe anzeigen und beenden
--version Versionsinformation anzeigen und beenden
BEMERKUNG: Ihre Shell hat möglicherweise eine eigene Version von false,
welche normalerweise die hier beschriebene Version ersetzt. Bitte greifen Sie
auf die Dokumentation der Shell zurück, um die dort unterstützten Optionen
in Erfahrung zu bringen.
Melden Sie Übersetzungsfehler an
<translation-team-de@lists.sourceforge.net>, Programmfehler dagegen (auf
Englisch, mit LC_ALL=C) an <bug-coreutils@gnu.org>.
ftp,/bin/falseis being called. Can you tell us whatls -la /usr/bin/ftpgives? – Renan May 21 '12 at 13:22ls -l /etc/alternatives/ftpis also needed (cause it is link to some binary, not final binary Renan wants). And can you attach full log of what you're doing in console withftpincluding all errors. There is vary general description in your quetion right now? – rush May 21 '12 at 13:33export LC_ALL=Cdoesn't change your keyboard settings. It only has an effect in the current shell and applications launched from that shell. – Gilles May 21 '12 at 23:07