View Single Post

  #2 (permalink)  
Old 05-12-2008, 06:09 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

ftp command not found means ftp client is not installed. Type the following command to install ftp client:
Code:
apt-get install ftp
To install vsftpd ftp server type the following command:
Code:
apt-get install vsftpd
To configure vsftpd look at /etc/vsftpd.conf

Now you should able to run
Code:
ftp localhost
ftp ftp.remote.server.com
ftp server-ip
ftp 192.182.5.1
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote