怎么利用IdFTP控件获取FTP服务器端某个子文件目录中的文件列表

怎么利用IdFTP控件获取FTP服务器端某个子文件目录中的文件列表,第1张

解决方案

FTPClientList(list);

for i:=0 to listCount-1 do

begin

Attribute:=FTPClientDirectoryListingItems[i]ItemType;

if Attribute=ditDirectory then

begin

showmessage('目录:'+FTPClientDirectoryListingItems[i]FileName);

end

else if Attribute=ditFile then

begin

showmessage('文件:'+FTPClientDirectoryListingItems[i]FileName);

end

else

begin

showmessage('其它:'+FTPClientDirectoryListingItems[i]FileName);

end;

end;

以下是外部存储器设备,可以根据用户需求和预算选择。无论使用哪种外部存储设备,都应该注意数据安全和备份的重要性,确保重要数据得到保护和存储。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » 怎么利用IdFTP控件获取FTP服务器端某个子文件目录中的文件列表

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情