ftp: command not found

Briefly describe your issue below:
FTP command is not recognized to remote connections, I tried to install vsftpd but the package is unable to locate it.


What version of Parrot are you running? (include version, edition, and architecture)
release 4.5 64-bit
What method did you use to install Parrot? (Debian Standard / Debian GTK / parrot-experimental)
Debian Standard
Configured to multiboot with other systems? (yes / no)
no
If there are any similar issues or solutions, link to them below:

If there are any error messages or relevant logs, post them below:

sudo apt-get install vsftpd and sudo apt-get install -y vsftpd

is the same with that command :frowning:

apt install ftp

Thanks! is done, the package ftp is installed :slight_smile: I was problem with sudo too (unable to open…read only), I fixed the problem with this command: sudo mount / -o remount,rw . Then reboot

Regards!

Actually he tried install ftp client but vsftpd provides ftp server (as i understand from vsftpd information).

p/s: as I remember, Parrot has pre-installed GUI application allows user access ftp, telnet, ssh,… services.