1. download wget from http://users.ugent.be/~bpuype/wget/
2. use the method i gave you to download the file, i already put the URL that you need in there. wget do use binary method to download,
for example:
your oracle account's user name and passwords are:
username: fxid
password: fpass
and your machine's IP address is:
101.102.103.104
type the following command
$ wget -c --post-data="username=fxid&password=fpass&remoteIp=101.102.103.104&globalId=&redirectUrl=http%3a%2f%2fdownload-east.oracle.com%3a80%2fotn%2fnt%2foracle10g%2f10g_win32_db.zip" https://profile.oracle.com/jsp/reg/loginHandler.jsp
Type all in one line, no breaks/CRs. and remember to replace the username, password with your real ones.
2. use the method i gave you to download the file, i already put the URL that you need in there. wget do use binary method to download,
for example:
your oracle account's user name and passwords are:
username: fxid
password: fpass
and your machine's IP address is:
101.102.103.104
type the following command
$ wget -c --post-data="username=fxid&password=fpass&remoteIp=101.102.103.104&globalId=&redirectUrl=http%3a%2f%2fdownload-east.oracle.com%3a80%2fotn%2fnt%2foracle10g%2f10g_win32_db.zip" https://profile.oracle.com/jsp/reg/loginHandler.jsp
Type all in one line, no breaks/CRs. and remember to replace the username, password with your real ones.