Well, something is close that should work without code or very little. I am posting this since you mentioned Java.
Apache Commons VFS is a virtual file system library that supports multiple backends such as FTP, SFTP, S3, etc. etc. also a GUI for Apache VFS, called Commons VFS - UI . This GUI uses Apache VFS to access a wide range of virtual file systems.
I wrote the Apache VFS Provider for Microsoft Azure called VFS-Azure, which you can find at https://github.com/kervinpierre/vfs-azure .
There is no reason anyone could not easily add a VFS-Azure provider to the list of well-known providers in the Commons VFS user interface. I will see when I have more time on my schedule, but I suspect something that can be easily completed.
source share