Advertisement
Guest User

Untitled

a guest
May 13th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. vjujjuri@twinstan-wsl6:~$ sudo swift-init proxy status
  2. proxy-server running (17791 - /etc/swift/proxy-server.conf)
  3. vjujjuri@twinstan-wsl6:~$ curl -X PUT /tmp/ha http://127.0.0.1:8080/v1/abc
  4. curl: (3) <url> malformed
  5. vjujjuri@twinstan-wsl6:~$ http://pastebin.com/P9M4gKTb^C
  6. vjujjuri@twinstan-wsl6:~$ curl -T PUT /tmp/ha http://127.0.0.1:8080/v1/abc
  7. curl: Can't open 'PUT'!
  8. curl: try 'curl --help' or 'curl --manual' for more information
  9. vjujjuri@twinstan-wsl6:~$ curl -T /tmp/ha http://127.0.0.1:8080/v1/abc
  10. curl: Can't open '/tmp/ha'!
  11. curl: try 'curl --help' or 'curl --manual' for more information
  12. vjujjuri@twinstan-wsl6:~$ echo "JV" > /tmp/1
  13. vjujjuri@twinstan-wsl6:~$ curl http://127.0.0.1:8080/v1/
  14. Bad URLvjujjuri@twinstan-wsl6:~$ curl http://127.0.0.1:8080/v1/abc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement