<?php
$conn = ftp_connect("12.11.45.6");
ftp_login($conn,"test","test");
$array=ftp_nlist($conn,".");
print_r($array);
ftp_close($conn);无任何内容输出