且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

ftp中的递归列表文件

更新时间:2023-12-04 20:31:16

一步一步。



您无法获取文件夹和文件树,因此您必须要求提供特定文件夹的文件[和子文件夹]列表。



但实际上它实现起来非常简单,而且速度更快(一次仅加载1个或几个级别)



干杯,

Edo



[如果您需要简单FTP操作的示例代码,只是在这里发表回复或新问题]
Step by step.

You cannot get a tree of folders and files, so you have to ask for a list of files [and subfolders] of a specific folder.

But it''s actually quite simple to implement, as well as it is faster (to load only 1 or a couple of levels at a time)

Cheers,
Edo

[if you need sample code for simple FTP actions, just post a reply here or a new question]