WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: wget leads to wget: not an http or ftp url:  (Read 10067 times)

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
wget leads to wget: not an http or ftp url:
« on: December 03, 2014, 06:41:22 PM »
Hi all,

I'm trying to download a file using command
wget https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.3.tar.gz

Which produces following error

Code: [Select]
Connecting to pypi.python.org (103.245.222.223:80)
wget: not an http or ftp url: https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.3.tar.gz

Any Suggestions and comments welcome.
Live long and prosper.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
[SOVLED] Re: wget leads to wget: not an http or ftp url:
« Reply #1 on: December 03, 2014, 06:51:34 PM »
Ok, had to install wget.tcz, and reboot. All's well now.
Live long and prosper.