Results 1 to 7 of 7
Hybrid View
-
18th Jun 2010, 03:08 PM #1Respected MemberWebsite's:
GraffThe.Net MCSkatty.com MCSkatty.co.uk MCSkatty.net MCSkatty.org MCSkatty.infoDoes he have ArchView Installed & activated ?!
K3V Reviewed by K3V on . [PHP] Downloading a file with cURL This thread is both a code snippet and a question. Lets start with the code: $url = "http://downloadwebsite.com/file_you_are_going_to_download.rar"; $out = fopen("./".trim(basename($url)), 'wb+'); //Opens the temp file in the local directory of your server, same filename as the file you are downloading $ch = curl_init(); //initialize curl curl_setopt($ch, CURLOPT_FILE, $out); //Set it to download the content to the file created previously curl_setopt($ch, CURLOPT_HEADER, 0); Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
downloading from file hosting links with FTP?
By Mitt281 in forum Web Application/Script SupportReplies: 1Last Post: 7th Nov 2012, 05:43 AM -
Curl url file (I need help)
By spanero in forum Web Development AreaReplies: 3Last Post: 22nd Dec 2011, 04:23 PM -
Looking for: HTTP File Downloading script
By CuraHack in forum Web Development AreaReplies: 4Last Post: 12th Apr 2011, 03:33 AM -
Downloading from torrents and uploading to file hosts - what to use?
By Cyberbob in forum Webmaster DiscussionReplies: 25Last Post: 11th Apr 2011, 08:07 AM -
Cant visit my home while downloading a file vps(kloxo)
By dark_horse in forum Server ManagementReplies: 5Last Post: 26th Jan 2011, 12:13 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...