- 授权协议: BSD
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/ftp-php/
软件介绍
FTP for PHP 是封装了 FTP 客户端操作的 PHP 类。
示例代码:
try {
$ftp = new Ftp;
$ftp->connect($host);
$ftp->login($username, $password);
$ftp->put($destination_file, $source_file, FTP_BINARY);
} catch (FtpException $e) {
echo 'Error: ', $e->getMessage();
}
Invisible Users
Jenna Burrell / The MIT Press / 2012-5-4 / USD 36.00
The urban youth frequenting the Internet cafes of Accra, Ghana, who are decidedly not members of their country's elite, use the Internet largely as a way to orchestrate encounters across distance and ......一起来看看 《Invisible Users》 这本书的介绍吧!
