I have install ftp service with :
sudo apt-get install proftpd
I would try ftp connexion with ftp
(I try with and without sudo) cmd, but :
command not found
what wrong?
proftpd is only a FTP server and does not have to contain ftp client. You should install ftp client (sudo apt-get install ftp).