dragonflyoss/Dragonfly2

what's the difference between dfget and proxy? is there any example for getting data by dfget and getting data by proxy ?

Closed this issue · 3 comments

  1. What's the difference between dfget and proxy?
  2. Is there any example for both getting data by dfget and getting data by proxy ?
  3. Is those examples getting data by dfget?
    wget "http://127.0.0.1:65004/buckets/test/objects/test.md"
    dfstore -e http://127.0.0.1:65004 cp dfs://test/test.md ./tmp

image

Match your proxy path.

curl -x -x 127.0.0.1:65001 download_url -O output

For file dfs://test/test.md, proxy 127.0.0.1:65001, if i want to get it by proxy, can you show the complete curl example?