Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The curl commands below can be used directly if you define the following variables in your shell

No Format
host=dev.duracloud.org<duracloud-hostname>
space-0=<any-name>
space-1=<any-name>
user=<username>
pword=<password>
file=<any-file-name>

# create a temp file
echo hello > ${file}

...