-
drscreamHello :-) is there an easy option to mirror us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/smartos.html ? Could that be possible via manta tools without any login?
-
danmcdIf it's in `public`, you should be able to use mls/mget/etc. to mirror. You'll likely need to modify smartos.html for your local mirror.
-
drscreamI need to admit I'm not really good with the manta tools, but isn't a MANTA_USER and MANTA_KEY_ID always required?
-
danmcdShoot, for the manta commands you're right.
-
danmcdBut you can do things like: curl us-central.manta.mnx.io/Joyent_Dev/public/SmartOS
-
danmcdand parse the output.
-
danmcdDAMN, that's only useful for directories, isn't it.
-
danmcd(like you only get a directory names in the output, not files)
-
drscreamyes but I can parse and loop over it and loop again over the directory itself
-
drscreamcurl us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/20190925T185257Z and continue ;-)
-
danmcdOh that's right it's paginated... probably some REST primitive will get you more on the top-level.
-
wiedi
-
danmcdOooh, thanks @wiedi
-
drscreamthanks :-p (it's not like we sitting in the same room) :P
-
wiedijust rememberd I had something like this in the past :D
-
nikolamI am still getting "curl: (6) Could not resolve host: 20250904T002931Z" on piadm install. Is this a bug or. ?