Skip to main content

All Questions

Tagged with
0 votes
0 answers
99 views

Can I download files by ftp simultaneously?

I need to download by ftp many files. How can I download them simultaneously? I tried: from SimpleFTPSample with NSInputStream, with NSURLConnection and with NSURLSession and always receive the ...
user2575926'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
0 votes
2 answers
1k views

download multiple files from ftp in Objective-C

I am developing an app for an iPhone in Xcode 5. I want to download multiple files from the ftp server once a week only if they are changed. I am using performFetchWithCompletionHandler() and ...
user1554693's user avatar
3 votes
0 answers
406 views

While downloading file from FTP Server, getting an error message from Apple

I am using FTPManager code to download a file from FTP server. In my app, i am getting a request from TCP server to download a file and then play. Sometimes FTP manager code downloads the files and ...
Nitya's user avatar
  • 449
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