An open API service indexing awesome lists of open source software.

https://github.com/typekpb/oradown-attic


https://github.com/typekpb/oradown-attic

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

[![NPM version](https://badge.fury.io/js/oradown.svg)](http://badge.fury.io/js/oradown)
[![Travis](http://travis-ci.org/typekpb/oradown.png?branch=master)](http://travis-ci.org/typekpb/oradown)
[![Dependency Status](https://img.shields.io/david/typekpb/oradown.svg)](https://david-dm.org/typekpb/oradown)

# oradown
Enables download of the SSO protected files from the Oracle website.

# Usage

USAGE: node oradown [OPTION1] [OPTION2]... ...
The following options are supported:
--accept_license Accept Oracle license? (mandatory)
-f, --file Remote filename to download (value of argument) (mandatory)
--outDir Name of the directory to download to (current dir if not provided)
--outFile Filename to download to (if absolute path is provided, option outDir is ignored)
-l, --oralogin Oracle login (mandatory)
-p, --orapwd Oracle password (mandatory)
-u, --url Oracle URL for download site (mandatory)
-s, --showbrowser Show the browser while interacting with site?