All Tags » curl (RSS)

Browse by Tags

  • need help urgent

    Hi I am trying to modify upload.php from PHP File System so that I can have a n sql insert into my own database every time I upload something to nirvanix. I am doing that by replacing the normal upload.php action witha custom action which first does the sql insert then second forwards the hidden fields...
    Posted to General Discussions (Forum) by fanton on 07-25-2008
  • C++ Curl wrapper to REST Nirvanix api

    Can the REST Nirvanix api be used using unmanaged vc++ and curl ? Are any wrapper codes available for this ? Thanks
    Posted to General Discussions (Forum) by mclaio on 05-20-2008
  • To cURL or not to cURL?

    I haven't fully investigated this issue yet but I thought I'd post here as it is late and you never know, I may get some input before the morning. So here is the scenario...I have a method that creates a "Media Object" for our users. When a media object is created, the user is given...
    Posted to PHP (Forum) by CrazyMerlin on 05-05-2008
  • nput Upload script

    The nput bash script allows you to use cURL to upload entire trees from Linux and other *nix systems. This script allows you to mass upload whole trees to your remote Nirvanix account. This is ideal for doing full backups or as a cron job to do a one-way push of your data. You will need a working Bash...
    Posted to Bash (FileGallery) by BarryR on 03-25-2008
  • Re: Linux FTP Proxy

    While I wasn't able to port the 1.0 version of the FTP Proxy I did work on a simple bash script using cURL that will allow mass upload of your files. For this to work you will need to generate your own Upload token. You will need bash and cURL installed on the Linux machine for this to work. Save...
    Posted to General Discussions (Forum) by BarryR on 03-21-2008
  • Re: Secure connection... looking for help

    Curl requires a certificate to do full verification of the host and peer through https. Essentially this application was released in this mode which is less secure to work on any system even if that cert is in accessible or not installed on the host.. To specify your certificate and to turn on the validation...
    Posted to PHP (Forum) by BarryR on 02-26-2008
  • Re: RestUtils using curl alternative

    This will definitely help anyone using shared or non-dedicated environments. When I have the chance I will test this out and make sure its in good working condition. Thank you, Barry R.
    Posted to PHP (Forum) by BarryR on 12-12-2007
  • Re: RestUtils using curl alternative

    Hello, I have changed RestUtils to use pear HTTP_Request when no support for curl, just make sure php is compiled with openssl enabled, otherwise you can't authenticate with https. I actually didn't go through with checking that it's fully working, since it was just easier enabling curl for...
    Posted to PHP (Forum) by stanzapub on 12-12-2007
  • RestUtils using curl alternative

    Hello, I am looking for an alternative to curl, to add to the RestUtils.php from the file manager (for the benefit of php without curl enabled). I have been trying to use PEAR HTTP_REQUEST, but haven't got it working yet, it seems to get stuck on authentication. Is there an already-written alternative...
    Posted to PHP (Forum) by stanzapub on 12-04-2007
  • Re: Is it possible? PLEASE HELP

    <?php $post_data = array(); $post_data [ 'pictures[0]' ] = "@cat.jpg" ; $post_data [ 'pictures[1]' ] = "@dog.jpg" ; $ch = curl_init (); curl_setopt ( $ch , CURLOPT_URL , " http://my.domain.com/my_url.php " ); curl_setopt ( $ch , CURLOPT_POST , 1 ); curl_setopt...
    Posted to PHP (Forum) by BarryR on 12-04-2007
Page 1 of 1 (10 items)