https://github.com/typekpb/oradown-attic
https://github.com/typekpb/oradown-attic
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/typekpb/oradown-attic
- Owner: typekpb
- License: mit
- Created: 2016-09-28T07:10:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T22:06:58.000Z (over 9 years ago)
- Last Synced: 2025-03-24T01:37:34.041Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://badge.fury.io/js/oradown)
[](http://travis-ci.org/typekpb/oradown)
[](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?