Skip to content

raw

Raw repositories are used for storing data of any formats.

To start working with raw, enter the following commands:

  • Upload

    $ curl -v -u USERNAME:PASSWORD --upload-file ./<file> https://artifactory.$LOC.icdc.io/repository/ACC_NAME-raw/<file>
    
  • Download

    File is accessable on: https://artifactory.loc.icdc.io/repository/ACC_NAME-raw/<file> (Authorization required)

Example

$ wget --user 'USERNAME' --password 'PASSWORD' https://artifactory.$LOC.icdc.io/repository/ACC_NAME-raw/<file>