| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
[Perl Bindings] ftp-connection (ssl/tls) with WWW::Curl::Easy
From: Robert Meissner <robert.meissner_at_informatik.tu-chemnitz.de>
Date: Tue, 6 Nov 2007 16:41:06 +0100
Hello!
I using the command [1] to establish a tls secured ftp connection.
Now i would like to write a perl script using WWW::Curl::Easy. My
| #!/usr/bin/perl
| $curl->setopt(CURLOPT_TIMEOUT, 20);
| $curl->perform;
If i configure my ftpd to allow only tls secured connections, i'm
I have installed the following libraries:
libcurl3 7.15.5-1
The options 'CURLOPT_USE_SSL' and 'CURLOPT_FTPSSLAUTH' seem not
I insist on using libcurl as i don't want to call the curl binary
Thanks for your answers!
Kind regards,
-- [1] curl -v --ftp-ssl --insecure ftp://a:b@192.168.0.10:21 [2] http://curl.haxx.se/mail/lib-2006-02/0027.htmlReceived on 2007-11-06 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info