CURL: ftp-skip-pasv-ip using PHP -
i can't find alternative --ftp-skip-pasv-ip when utilize curl extension php (with curl_setopt command).
is there equivalence --ftp-skip-pasv-ip in php curl extension ? (i don't wan't utilize exec command, want utilize extension) can't find reply in php manual (http://www.php.net/manual/fr/function.curl-setopt.php)
try
curl_setopt ( $ch , curlopt_ftp_skip_pasv_ip, 1 ); php curl
No comments:
Post a Comment