MD.
MD.

Reputation: 1151

How to get subdirectory from the FTP server?

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?

Upvotes: 0

Views: 584

Answers (1)

Tammen
Tammen

Reputation: 4006

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.

Upvotes: 0

Related Questions