|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch pruftp.txt for FTP related Bug #52329Patch version 2010-07-13 13:32 UTC Return to Bug #52329 | Download this patchPatch Revisions: Developer: daniel.requena@gmail.com
$ftp_host = '192.168.1.120';//'ftp.adrive.com';
if(!$connId = ftp_connect($ftp_host))
{
echo "Not connected to {$ftp_host}!!";
}
else
{
echo "Connected!!";
ftp_close($connId);
}
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 08:00:01 2025 UTC |