FTP Server on Kali Linux
Install
sudo apt-get install vsftpd
sudo service vsftpd startAnonymous access
sudo nano /etc/vsftpd.conf
=> anonymous_enable=YESLast updated
Was this helpful?
sudo apt-get install vsftpd
sudo service vsftpd startsudo nano /etc/vsftpd.conf
=> anonymous_enable=YESLast updated
Was this helpful?