Sothecom International Ltd
Products and Tools
Tools
Our Developers benefit from knowledge shared by the Online Community and this is the section where we give back to it.
Below are just some of the tools we have packaged up for use in our products and development.
Feel free to use it for free, just give us a mention where you can.
Azure Helpers
We have been doing some work in the Azure environment.
There were occasions where we needed a simple utility to move files around to and from FileShares and Directories.
We wanted the option of also running the utility in PowerShell.
AzCopy was very good at uploading files to Azure and copying them around. However, it doesn't give the option to actually remove the file from the source location once it has copied to the destination, or simply to delete the file.
We found this functionality particularly needed in sql jobs for database intensive warehousing.
That's where the below 2 tools came in. They will be continuously improved over time to make them quicker and easier to use.
They are downloadable as zip files from an Azure Blob Storage.
Any questions about them can be sent to info@sothecom.co.uk
AzMove
This utility removes moves files from one Azure location and moves it to another.
Version1 : Download Sothecom AzMove Console App Zip
All arguments must be specified using their full names.
AzDelete
This utility deletes a file from a specified location
Version1 : Download Sothecom AzDelete Console App
All arguments must be specified using their full names.