开发者

Upload text file on FTP server using iPhone

开发者 https://www.devze.com 2022-12-16 21:50 出处:网络
I have implemented code for uploading images a开发者_C百科nd directory to FTP using iPhone. But I need to upload text file on FTP using iPhone. Can you please send me code for that.Here\'s an example

I have implemented code for uploading images a开发者_C百科nd directory to FTP using iPhone.

But I need to upload text file on FTP using iPhone. Can you please send me code for that.


Here's an example:

http://modmyi.com/forums/iphone-ipod-touch-sdk-development-discussion/328541-ftp-usage-iphone-applications.html

It uploads one byte at a time, so be sure your strings are ASCII encoded if you are expecting ASCII.


Here is a script to upload entire directory including text, binary etc. files. It creates subdirectories as needed.

http://www.biterscripting.com/SS_FTPUpload.html

Start with that script and change it to suit your particular situation.

0

精彩评论

暂无评论...
验证码 换一张
取 消