Is there any limit on the size of data that we can transfer using Ftp in iPhone?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no native FTP support in the SDK, so you’re probably referring to Apple’s SimpleFTPSample example code or something similar. There are no inherent caps on file size for transmission (short of 32-bit addressing issues, which may or may not come up) using the networking APIs.
However, Apple does get on your case during review for the App Store if your application uses too much bandwidth off of the cell network. The limit I’ve heard quoted on this from others is 4.5 MB of data per 5 minutes of activity.