09-12-2011 01:26 AM
Is the File Transfer Protocol (FTP) supported and can you programmatically upload a file to a server through FTP?
Any links with code and information will be appreciated.
button to give kudos if I helped you 09-12-2011 03:16 AM
09-12-2011 03:28 AM
button to give kudos if I helped you 09-12-2011 04:19 AM
One issue with FTP access on the BB can be file size. BIS-B and BES connections go through RIM's proxy and it will kill a connection after a certain number of bytes are sent during a connection. FTP is not restartable too, which makes this a little difficult....
Anyway, I wrote this last year and meant to publish it but never got round to it because I thought the approach was flawed. If you find it useful or find any bugs let us know, perhaps you can publish a correction.....
Free to use code. Don't ask me any questions and expect instant answers, I have not looked at this code in a year....
09-12-2011 04:35 AM
button to give kudos if I helped you 09-12-2011 04:44 AM
The size transferred depends on the settings in the proxy. Used to be quite small, but now I think the default BES setting is in the 1MB region. As noted, Carrier, WiFi and WAP do not have this restriction. The killer for me was the lack of restart in FTP.
09-12-2011 04:53 AM
button to give kudos if I helped you 09-12-2011 04:55 AM
09-12-2011 05:55 AM
Can you point me at a spec Simon? If I can implement something standard it makes the project worth doing....
09-12-2011 05:59 AM