-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch Download #2
Comments
Or at least allow a recursive download with something like this:
I'm getting a lot of |
Try the ssget java interface. It can download a batch of matrices, or all
of them at once.
…On Tue, Jan 14, 2020 at 8:45 AM Jakub Klinkovský ***@***.***> wrote:
Or at least allow a recursive download with something like this:
wget --mirror --no-parent --force-directories --cut-dirs=1 --accept "*.gz" --delete-after "https://sparse.tamu.edu/MM/"
I'm getting a lot of 403 Forbidden responses after about 4 successful
queries...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AEYIIOLXAJPARD4JVQAZHFLQ5XFXXA5CNFSM4ECVM36KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEI43JAA#issuecomment-574207104>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYIIONH7SM4KJIKK6WFNGDQ5XFXXANCNFSM4ECVM36A>
.
|
Relying on Java is not an option for me... 😞 |
This should actually work. I don't have a good explanation for why you would be getting 403 responses for this. I just tried and saw the same behavior. My hunch is that this has something do with our Apache configuration. |
If you could provide an FTP access like the MatrixMarket (ftp://math.nist.gov/pub/MatrixMarket2/) has, that would be great. |
If it still helps, this worked for me in downloading ALL matrix market datasets:
|
I think most of people usually need a bunch of matrices. It would be great if there is a functionality to download in bulk.
The text was updated successfully, but these errors were encountered: