swift tool:how to download a object from container
swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U test:tester -K testing list wyy
VD.rar account.ring.gz container.ring.gz object.ring.gz
I want to download “VD.rar” file from wyy container,but swift tool do not download single object from container. how can i do? #swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U test:tester -K testing download -o “VD.rar” wyy It is not work.