Hello
A client of mine wants me to develop an Azure app, where they could upload files. The short story is that they have this small devices that gather data and then on the end of the day upload CSV file via FTP to some server. Of course Azure does not support
FTP (there are some bridges).
What do you recommend? Should I try to make it work with FTP or develop something else? I just need to offer client to upload file (after upload, I read it and store data into database and dispose the file).
Best regards,
F