Skip to main content

All Questions

Tagged with
1 vote
1 answer
80 views

Memory pressure while downloading a large size file using GoldRaccoon(ftp library)

I use GoldRaccoon as my 3rd ftp library. When I download large size (> 500MB) file, my app will crash in memory pressure. The snapshot as below that using instrument to detect the memory allocations ...
Alex Cheng's user avatar
0 votes
1 answer
475 views

Download file and decoding its contents from FTP server to iOS application

I am new to use of ftp servers. Hence please be patient and if you have any suggestion please advice. My problem is that I have to download files from FTP server to my ios application cache all in ...
tech savvy's user avatar
  • 1,447
1 vote
2 answers
1k views

download the files saved in the ios app

I am designing an ios app which collects the user data and saves the data into a .txt file. I am currently using the sandbox in organizer in xcode to download these files. However, I want the users ...
user3593888's user avatar
0 votes
1 answer
844 views

Downloading a directory/subdirectory from the FTP server to ios application folder

i am creating an application which requires me to download & sync all the data on the FTP directory to the ios application's document directory. I found many examples like apple's sample FTP code ...
stackNeverFlow's user avatar
2 votes
3 answers
3k views

FTP for iOS, how to download from FTP protocol?

I have been using SampleFTP from Apple but I cannot understand the procedure, I mean, in other languages is simple as set the URL, Path, user and password then "navigate" and download or upload things ...
Alejandro L.'s user avatar
  • 1,076
0 votes
1 answer
3k views

Upload/Download files from iPhone over FTP protocol

I am trying to upload/download files between my iPhone and FTP server over FTP protocol (some of them are large), but I have no idea how to do this. Is there any way can do this? Does ASIHttpRequest ...
traximus's user avatar
  • 177
0 votes
1 answer
235 views

iOS: App with PDF-download, which method suggested? (ftp, rest, soap,..)

I'm quite to finishing my iPad app and only have to implement an PDF-download service. So when I want to download like 100 PDFs with my app in a row, which method would you suggest? Actually I would ...
user1066006's user avatar