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

一个ftp类(ini.php)

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 12:46:03
Original
804 people have browsed it


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

Related labels:
Statement of this Website
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
Latest Issues
Why does it still jump after returning false?
From 1970-01-01 08:00:00
0
0
0
Optimize table indexes in MySQL
From 1970-01-01 08:00:00
0
0
0
Why can't I install it?
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template