0

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?

Matrix
  • 145
  • 2
  • 10

1 Answers1

1

proftpd is only a FTP server and does not have to contain ftp client. You should install ftp client (sudo apt-get install ftp).

dave
  • 303
  • 3
  • 16