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 mail:password --upload-file ./<file> https://artifactory.$LOC.scdc.io/repository/raw-hosted/UID/<file>
    
  • Download

File is accessable on: (https://artifactory.loc.scdc.io/repository/raw-hosted/UID/<file>).
You can upload it however you want using your ID:

Example

$ wget --user 'mail' --password 'password' https://artifactory.$LOC.scdc.io/repository/raw-hosted/UID/<file>