i am very new to Ubuntu, I am using wget command to pass authentication details and download file from svn repository by adding its URL, but i am getting the error as "wget: unrecognized option '--ask-password'"
- The command was: wget --user="user_name" --ask-password URL
- Version(wget -V) of wget is GNU wget 1.8.2
- when i did apt-get install wget it says:wget is already the newest version (1.17.1-1ubuntu1.4)
- There is confusion in version of wget and my Ubuntu version is 16.04.
I searched lot many things i didn't get any proper solution please help me to solve the issue. Thanks in advance