Archived Forum Post

Index of archived forum posts

Question:

Recursively Enumerating Files In A Directory in FTP Server in ios using chilkat API

Dec 30 '15 at 08:07

How to recursively enumerate files In a Directory in FTP Server using Chilkat API in Objective C.


Accepted Answer

Call the ftp.DirTreeXml method to return the remote directory tree in XML format. See the online reference documentation for more details.