Azure Container Instance FTP example

Michael Koerner 1 Reputation point
2020-06-11T16:48:27.56+00:00

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

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Manu Philip 17,021 Reputation points MVP
    2020-06-11T16:53:03.523+00:00

    Hello @Mike,

    I am not sure, if my blog post can hep you:

    http://cloudcompute.info/connect-azure-container-instance-through-ssh-client-and-filezilla-like-client-to-transfer-files-easily/

    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

    0 comments No comments

  2. Michael Koerner 1 Reputation point
    2020-06-26T18:55:21.823+00:00

    There is an example of creating a container as a SFTP server. However the open ports for SFTP are different than FTP.