Announcements
I have used Azure Function to upload a file to BC Cloud from FTP Server by referring the code snippet available in below URL,
https://demiliani.com/2020/03/30/dynamics-365-business-central-saas-save-a-file-to-an-sftp-server/
But I am unable to identify the libraries or dependencies to be added in VS Code in order to make the code to execute.
Can anyone suggest the steps to be followed in order to execute the code such that the file from FTP server should be uploaded to BC Cloud ?
You need to add as a reference the Microsoft.Azure.Storage.Blob package. With Visual Studio you can do that via NuGet packages.
André Arnaud de Cal...
294,217
Super User 2025 Season 1
Martin Dráb
232,978
Most Valuable Professional
nmaenpaa
101,158
Moderator