An Azure service that provides customers with a serverless container experience.
There is an example of creating a container as a SFTP server. However the open ports for SFTP are different than FTP.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to create a FTP server as an Azure Container Instance for testing FTP scripts. I'm having issues connecting to the vsftpd ftp service running on the instance. I believe the issue is related to opening dynamic ports on the container.
Does anyone have a working ACI ftp image?
Thanks,
Mike
An Azure service that provides customers with a serverless container experience.
There is an example of creating a container as a SFTP server. However the open ports for SFTP are different than FTP.
Hello @Mike,
I am not sure, if my blog post can hep you:
This shows, you can successfully connect an ubuntu container instance via sftp
Please mark as "Accept the answer" if the above steps helps you. Others with similar issues can also follow the solution as per your suggestion
Regards,
Manu