Is your feature request related to a problem? Please describe.
Currently diskette_load only work with local archive file. It is an important feature that it can download from a given file URL instead of a local path.
Describe the solution you'd like
URL from archive argument should be detected and download
Additional context
In fuure, there will be a Django admin section for Diskette that will implement mechanism to dump and provide an archive, this will be securized with a private key to use with the URL download feature.
Is your feature request related to a problem? Please describe.
Currently
diskette_load
only work with local archive file. It is an important feature that it can download from a given file URL instead of a local path.Describe the solution you'd like
URL from archive argument should be detected and download
Additional context
In fuure, there will be a Django admin section for Diskette that will implement mechanism to dump and provide an archive, this will be securized with a private key to use with the URL download feature.