a command-line tool for transferring data using various protocols.

learn more… | top users | synonyms

0
votes
0answers
32 views

Can not connect via FTP over explicit TLS/SSL

I have been rather desperate trying to connect via FTP over explicit TLS/SSL. I am following this manual: http://repeatexplorer.umbr.cas.cz/static/html/help/manual.html#using-ftp Here is what I ...
0
votes
3answers
69 views

Download ZIP file with curl command

How can I download ZIP file with curl command? I tried curl -sO, but error occurred. I want to download zip file from address: http://github.com/ziyaddin/xampp/archive/master.zip but can't. What must ...
2
votes
0answers
54 views

OpenSSL not picking up CAs in certs folder

We're having trouble with curl not connecting to an HTTPS server: $ curl https://the-problem-site.com (not the real URL!) curl: (35) error:14077458:SSL ...
2
votes
1answer
31 views

Does installed from source software get overwritten by automatic updates?

As an example I've installed libcurl v7.30 from source, using their tutorial: ./configure --disable-ipv6 --enable-ares make make install I've had libcurl installed from the official repository ...
0
votes
0answers
49 views

libcurl.so.4: no version information available, after automatic update

Libcurl was installed from source, on top of existing libcurl install. After last ubuntu automatic update, my c++ multi-threaded program, that runs with libcurl, gets this error(rather warning as it ...
0
votes
2answers
128 views

posting HTML req to RESTART ROUTER via terminal on CURL fails

I read from this page how to restart the router using curl. I got the command for my router http://192.168.1.1/Forms/tools_system_1?restoreFlag=0&Restart=RESTART It works when i put it in ...
1
vote
0answers
14 views

curl/types.h file or directory not found [duplicate]

I have a cpp code to compile but while compiling it is showing the error of curl/types.h file or directory not found, compilation error, fatal error. I am using ubuntu 12.10. please help me to fix ...
2
votes
1answer
389 views

The program 'curl' is currently not installed

I am trying out Meteor http://meteor.com/examples/leaderboard I have to use CURL, which i am familiar with on windows. Now on Ubuntu 12.04 I try to install it. But i get these errors: ...
3
votes
2answers
913 views

bash script to login to webpage

I am trying to login into this page but I cannot for the life of me get it to work. I have to login to this site when i connect to my school's wifi in order to start a session. So far ive tried to ...
1
vote
2answers
315 views

Ubuntu 12.10 cURL with proxy

I´m using proxy and don´t have problems with anything except cURL. Anytime i try to do: curl -L http://link.to.something i receive: curl: (5) Couldn't resolve proxy 'http' Nevertheless: curl ...
6
votes
1answer
2k views

I can't add PPA repository behind the proxy

I'm trying to add the ppa repository (as a root) with the following command: export HTTP_PROXY="http://firstname.surname@xxx.com:my_pass@165.x.x.232:8080" add-apt-repository ppa:nilarimogard/webupd8 ...
1
vote
1answer
500 views

Why can't I install these packages?

I want to install curl library in ubuntu 12.04 LTS. For that i use the following command sudo apt-get install libcurl4-openssl-dev. but i got the errors as ajay@ajay-K54L:~$ sudo apt-get install ...
2
votes
1answer
323 views

Unable to install RVM using curl

When i try to install the rvm using curl it displays the following message:- vverma@l-vverma:~$ curl -L get.rvm.io | bash -s stable % Total % Received % Xferd Average Speed Time Time ...
0
votes
0answers
11 views

query related tobroken package [duplicate]

Possible Duplicate: How do I resolve unmet dependencies? I'm unable to update or install new packages. wheneer i try to do so,it comes out with output that you have held broken packages. ...
0
votes
1answer
60 views

How do I install curl with ares enabled

I have curl installed and that works fine, however I've been reading about the blocking nature of the DNS lookups and discovered that it's slowing down my app. I've done apt-get install libc-ares2 ...
1
vote
0answers
56 views

How to mount / after running “apt-get remove php5-curl”?

While trying to tear down a Drupal dev environment, I ran sudo apt-get remove php5-curl It started removing all kinds of packages, like the browser, among other things. I hit Ctrl+C when I saw what ...
1
vote
2answers
46 views

Multiple versions of Libcurl?

Is it possible to have multiple versions of libcurl installed in Ubuntu? For instance, suppose I have version 1.0 installed, and I download version 1.1, and install it. Is there anyway to keep ...
1
vote
1answer
217 views

“Unable to load dynamic library ” error when trying to run curl with PHP

I ran : sudo apt-get install curl libcurl3 libcurl3-dev php5-curl Put: extension=php_curl.so in both /etc/php5/cli/php.ini and /etc/php5/apache2/php.ini But running php from the command line ...
1
vote
1answer
912 views

Curl and system proxy

I am currently forwarding all my traffic through a ssh tunnel: ssh -ND 8080 user@remote-machine And have set the system socks5 proxy (in system settings under network section) to 127.0.0.1:8080. ...
3
votes
1answer
78 views

make install - how to use wget, not curl

I do not have root access on my Ubuntu but want to install git. I was following this tutorial but when running make or make install it says curl is not installed. Can I use wget instead if this is a ...
3
votes
3answers
1k views

How to verify the SSL fingerprint by command line? (wget, curl, …)

Using a command line website downloader, such as wget, curl or any other one... In a script... I have the SHA-1 and the SHA-256 certficate fingerprint of a website. Due to security concerns (1) (2), ...
0
votes
1answer
957 views

How to enable SFTP Support in cURL?

I have installed curl-7.27.0 and it is working fine how ever it is not working is run below command to find whether it is now, but it showed that : Result of the command curl -V ...
1
vote
1answer
288 views

Firefox addon that extract's YouTube URLs

We have a country-wide ban on YouTube.com, which means that you can't watch or download YouTube content even educational stuff or documentaries. Proxy or VPN are next to unusable for watching or ...
5
votes
1answer
196 views

How to submit a file to paste.ubuntu.com without graphical interface?

My GUI does not work. I can only see a text terminal. I would like to send my logs to paste.ubuntu.com but I don't know how. Without a graphical interface, I am lost. Is there any way to submit a ...
0
votes
2answers
1k views

Multiple nic, different subnet

Does multiple nic setup with different subnet in Ubuntu actually require some extra steps to work correctly? I can't seem to bind curl/any other apps to one of the nic and make it uses that nic ...
3
votes
1answer
227 views

What is curl used for in Ruby?

I am a fairly new used and was looking for a way to install Ruby on my laptop and came across this link: https://rvm.io/rvm/install/ When I use the command specified there, it says curl is not ...
0
votes
0answers
339 views

Chrome and Firefox not able to find some sites after Ubuntu's recent update? [closed]

Loading of revision3.com in Chrome stops and status saying "waiting for static.inplay.tubemogul.com" grooveshark.com in Chrome never loads But wikipedia.org, google.com works just normal same ...
1
vote
1answer
2k views

How to link with libcurl on Pangolin

Since Pangolin, I can't manage to link any program with libcurl, even the example provided with libcurl themselves. I have installed libcurl: sudo apt-get install libcurl4-gnutls-dev Then as the ...
0
votes
1answer
461 views

What went wrong with my curl install?

I'm fresher than the prince to Linux, I've been following the instructions here: http://chrisfulstow.com/running-node-js-on-windows-with-virtualbox-and-ubuntu (the link tells what I am generally ...
1
vote
2answers
3k views

wget to download a link.php

I am having trouble finding a way to use wget to download a file from a link that uses php to point to the download. for example, if I want to write a script to download... say superantispyware ...
2
votes
1answer
1k views

Save hourly file from cURL response

I am following along with Twitter's developer and want to do a very basic call against their filter real-time API. The code below almost gets me there: curl -s -u twitterusername:twitterpassword ...
4
votes
2answers
12k views

Installing curl.h library

could you help me install curl.h library? I am creating a program that makes use of this C library. I'm on Ubuntu Linux. Thanks.
0
votes
1answer
1k views

Using curl with filename containing a dynamic date

I'm trying to upload dynamically created log file from my local box to my FTP server. This all happens in a cron job (crontab) I run every night. It creates the file using: 30 00 * * * touch ...
3
votes
2answers
262 views

Make curl download using non-Privacy extension IPv6 address?

I currently use net.ipv6.conf.all.use_tempaddr=2 to get IPv6 privacy addresses (which have a random host part are and regenerated a couple times a day). I need dynamic DNS because the computer is ...