Alternatives to AzCopy

Microsoft's command-line utility for copying and syncing data to and from Azure Storage. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as AzCopy.

  • Azure Storage Explorer

    A free desktop app from Microsoft for managing Azure storage accounts and transferring files to them.

    Azure Storage Explorer gives the same Microsoft Azure storage access through a graphical app on Windows, macOS and Linux, but it is not open source and less suited to scripting.

  • MSP360 Explorer

    A file manager for moving and managing files between local storage and cloud storage services.

    FreemiumProprietaryWindows

    MSP360 Explorer manages Azure, S3 and Backblaze B2 from one Windows window with CLI and PowerShell support, but multithreading and multipart upload require the paid PRO license.

  • Cyberduck

    A server and cloud storage browser for Mac and Windows that speaks FTP, SFTP, WebDAV, SMB and every major object store.

    Cyberduck reaches Azure alongside S3, SFTP and many other services, with a graphical app on Mac and Windows and a CLI, rather than a single-purpose Azure tool.

Similar software

Related functionality, not a direct replacement.