tags:

views:

145

answers:

1

I have implemented one application in which the user can connect with FTP server from the iphone using authentication, and get the listing of the directory.

Now when user touch on main directory then I want subdirectory listing.

How is it possible?

A: 

I would recommend that you take a look at the following link and framework that deal with FTP sessions and downloading/uploading, and listing/creating directories.

iPhone FTP Example that deals with listing/creating FTP directories

Simple FTP component for iPhone apps (inspired from the idea of ASIHTTPRequest)

With these two references you should be well on your way to getting your directory listing from a FTP server. Hope this info helps. Post a comment if need any additional help.

Tammen Bruccoleri