How to get the list of a folder from ftp using Listviewcontroller class from apples simpleFtpsample project .How to use it like we use object of GetController class to download the data
please suggest
How to get the list of a folder from ftp using Listviewcontroller class from
Share
ListController class from apple site helps to do the listing of directories.Just need to customize a bit, so that we can use the object of Listcontroller class to use it in other class as suggested by rmaddy in the above comments