Possible Duplicate:
Uploading and downloading via ftp with iPhone SDK
I want to implement one application in which i want to connect ftp server from the iphone by programming.Please help me for that.
Edit:
I am using below code
http://developer.apple.com/iphone/library/samplecode/SimpleFTPSample/
Its working fine.But when i am using my ftp server url at that time it gives open stream error.What is the problem can u explain me.
There is a sample provided by Apple in the SDK documentation that does exactly that:
http://developer.apple.com/iphone/library/samplecode/SimpleFTPSample/