C# code snippet to download files from shared location
hi team,
i have test write results log file in multiple azure vm. have manually log in each vm , download files local system. thinking of making shared folder , use c# code download files.
can please share c# code snippet download files shared location based on file extension , file last modified date time.
hi,
i suggest have job running on vms (could windows service) copies logfiles on regular time intervals azure blob storage. can use c# access files:
http://robbincremers.me/2012/02/27/everything-you-need-to-know-about-windows-azure-blob-storage/
ps: please mark answer if helpful. thanks!
blog: http://www.manuelmeyer.net
twitter: https://twitter.com/manumeyer1
Visual Studio Languages , .NET Framework > Visual C#
Comments
Post a Comment