Score:0

What is the best way to setup FTP server on Azure Cloud

cn flag

Is it possible to use just Azure Files. Or is a VM required with FTP server configured and a link to Azure Files. The data is expected to be 100GB or more.

vidarlo avatar
ar flag
Have you looked into using more modern services? FTP is a 50 year old protocol with *several* problems. Can it be solved with Object Storage?
YusufD avatar
cn flag
@vidarlo you are right, In the manuel I can only find information about FTP/SFTP. What modern services could I use?
vidarlo avatar
ar flag
What are you trying to do? Manual implies that you're using some product. Which product? Is it possible to work around the limitation, by e.g. writing files to local disk and have a service that uploads them?
YusufD avatar
cn flag
@vidarlo I am trying to upload the data generated from the DAQ (job) device to the Cloud. The device has a build-in support for FTP/SFTP.
vidarlo avatar
ar flag
*SFTP*? Is this SSH File Transfer Protocol or some variant of FTP + SSL? If it's *actual* SFTP it's an good and OK protocol, but you're still likely to require a VM or a docker image. Are you deploying *one* device, or many? An alternative would be MQTT if your device supports this...
YusufD avatar
cn flag
Thank you alot for suggestion, I will also take look into MQTT, I think i can also use it. For now it will be STFP (SSH File Transfer Protocol). The goal is to have multiple devices which uploads the generated data to the filesystem through a transfer protocol
Score:0
br flag

A VM is required to act as the FTP server. You can then either mount a managed disk or an Azure Files share to the VM and “share” the files via FTP.

YusufD avatar
cn flag
Thanks for the advice, which option is more cost effective or secure
br flag
@YusufD How long’s a piece of string? Your best bet is to take a look at the Azure Pricing Calculator and compare the two options.
YusufD avatar
cn flag
Thanks ye thats right
Score:0
za flag

My suggestion would be that you not use FTP-use SFTP if at all possible because FTP is not secure. Azure Marketplace has a number of offerings and if you type in "SFTP Server," you'll see a bunch of listings.

Look carefully, though, as some of them are companies that have grabbed freeware and made their own offering out of it. Make sure it isn’t based on Filezilla or other freeware. The price is right with freeware, but there is typically subpar support and often security issues. Also look for an option that lets you pay by the hour so you have control over how much you pay and you can add or remove storage as needed.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.