Share via

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
0 comments No comments

2 answers

Sort by: Most helpful
  1. 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.

    Was this answer helpful?


  2. Manu Philip 20,651 Reputation points MVP Volunteer Moderator
    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

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.