Home >php教程 >php手册 >一个ftp类(ini.php)

一个ftp类(ini.php)

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 12:46:03790browse


$mymode            = FTP_ASCII;
$delete            = 0;
$local_dir         = "/my_local_download_directory";
$host             = "ftp.yahoo.de";
$remote_dir         = ".";
$anonymous        = 0;
$user             = "myusername";
$password         = "mypassword";
?>

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:第八节 访问方式 [8]Next article:PHP模板引擎SMARTY