> CURLOPT_RETURNTRANSFER ==> > TRUE to return the transfer as a string return value from curl_exec () > instead of sending directly to the output
In Harbour this is implemented as HB_CURLOPT_DL_BUFF_GET. > CURLOPT_BINARYTRANSFER==> > TRUE to return the raw output when CURLOPT_RETURNTRANSFER is used. Harbour always returns what libcurl returns. > curl_exec ==> > Executes a given cURL session. > > This function must be called after you initialize a CURL session and all the > options for CURL session are set. > > http://br2.php.net/manual/pt_BR/ref.curl.php > > I really do not know why these functions are not in the Dll curl. > I must have some function consistent with these in PHP. > I would be grateful if someone who knows the curl can help me. Pls check contrib/hbcurl/tests/ftp_uldl.prg Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
