FTP Server on Kali Linux
Install
sudo apt-get install vsftpd
sudo service vsftpd start
Anonymous access
sudo nano /etc/vsftpd.conf
=> anonymous_enable=YES
Last updated
Was this helpful?
sudo apt-get install vsftpd
sudo service vsftpd start
sudo nano /etc/vsftpd.conf
=> anonymous_enable=YES
Last updated
Was this helpful?