$mymode = FTP_ASCII;
$delete = 0;
$local_dir = "/my_local_download_directory";
$host = "ftp.yahoo.de";
$remote_dir = ".";
$anonymous = 0;
$user = "myusername";
核心代码
class myftp {
var $connector;
var $getback;
function connect($ftp_server, $uname, $passwd){
// Baut grundlegende FTP Connection auf
$ this->connector = @ftp_connect($ftp_server);
$this->login_result = @ftp_login($this->connector, "$uname", "$passwd");
if ((!$this- >connector) || (!$this->login_result))
{
echo "FTP 接続に失敗しました! n";
echo "ユーザー $uname n に対して $ftp_server に接続しようとしました";
死ぬ。
} else {
echo "ユーザー $uname n の $ftp_server に接続しました";
}
}
function lastmodtime($value){
$getback = ftp_mdtm ($this->connector,$value);
return $getback;
}
functionChangedir($targetdir){
$getback = ftp_chdir($this->connector, $targetdir);
return $getback;
}
function getdir(){
// リーフェルトディレクトリナメンツル