Uploading and downloading via ftp with iPhone SDK

后端 未结 5 966

Could anybody explain to me the process of uploading to and downloading form and ftp server with the iPhone SDK. If you could just point me in the right direction (e.g. docu

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 11:30

    s7ftprequest only for uploading files to FTP.

    The below is sample code from apple

    http://developer.apple.com/library/ios/#samplecode/SimpleFTPSample/Introduction/Intro.html

    Limitations:

    • FTPS (that is, FTP over TLS)
    • deleting items
    • renaming items
    • other less common FTP commands
    • custom FTP commands

提交回复
热议问题