07-16-2008 01:22 PM
Hi,
I am trying to upload an image file taken on the BlackBerry to an FTP server. I want to know if there is a way to accomplish this from with the RIM API.
Any help is appreciated.
Thanks!
--
Mahan H.
07-16-2008 01:38 PM
07-16-2008 06:32 PM
I can confirm this is possible, but not without your share of trial and error. We have build FTP browsing applications for customers in the past and they have worked reasonably well. You will need to implement the code at the socket level, and if I recall, we experienced a fair amount of issues before finally reading and sending commands reliably.
If you are looking to outsource, feel free to contact us.
Best of luck
07-16-2008 08:07 PM
Thank you much for your inputs. I guess we will have to implement it ourselves. We cannot outsource.
Thanks again.