Not able to download phpMyFAQ with curl

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
ssagar
Posts: 2
Joined: Wed Mar 19, 2014 2:43 pm

Not able to download phpMyFAQ with curl

Post by ssagar »

Hello All,

I'm not able to download phpMyFAQ using curl. When I try to download, it simply exits without any notification.

This is how it looks on my terminal:

Code: Select all

[root@sandbox1 tmp]# curl -O http://www.phpmyfaq.de/download/phpMyFAQ-2.8.8.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
[root@sandbox1 tmp]# 
It's the same issue with .zip as well. Please help!

Thanks!
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Not able to download phpMyFAQ with curl

Post by Thorsten »

Hi,

use

Code: Select all

thorsten at macbookpro in ~/Downloads
$ curl -OL http://www.phpmyfaq.de/download/phpMyFAQ-2.8.8.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 4237k  100 4237k    0     0   713k      0  0:00:05  0:00:05 --:--:--  737k
:)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
ssagar
Posts: 2
Joined: Wed Mar 19, 2014 2:43 pm

Re: Not able to download phpMyFAQ with curl

Post by ssagar »

It woks :) Thank you very much!
Post Reply