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
which wget
and what version you get with/usr/bin/wget -V
. Seems your system uses a wrongwget
?! – pLumo Sep 04 '18 at 13:02Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Originally written by Hrvoje Niksic hniksic@arsdigita.com.
– Akshata Sep 05 '18 at 04:07