list:=TStringList.Create;idFtp1.Connect();
idFtp1.List(list, '', true);
//这时 idFtp1.DirectoryListing.Count=0 ,确定ftp上有内容,为什么DirectoryListing得不到?万分感谢