Azure VM Ubuntu FTP port 21 issue.

IT MANAGER 1 Reputation point
2020-07-18T11:24:10.167+00:00

Azure VM Ubuntu FTP port 21 not get open after Azure VM networking inbound port rule. We unable to upload hosting files. please support.

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
578 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 16,991 Reputation points MVP
    2020-07-18T12:36:09.16+00:00

    Hello,

    First check is to see if the ubuntu VM is listening to the port 21. Run netstat -ant | grep 21 to look at the port status. If you do not see the port is listening, probably ftp is not installed or running on the VM. Run using: sudo service vsftpd start

    sudo apt-get install vsftpd will install sftp, if not installed at all

    Please mark as "Accept the answer" if the answer helps you. Your suggestion will help others also !

    Regards,
    Manu