10-13-2012 10:23 AM
Hi ,
i want to host some images and videos on the server.
and server having UrL e.g ( ftp://aa.aa.aa.aa) and server also require authentication ( username ,password)..
pls , sugget how i can do this.
10-13-2012 10:42 AM
You'll need to set up a web server on that syste. I would suggest Apache/Tomcat; it's simple to install and manage.
See the Apache site.
10-13-2012 12:53 PM
thanks,
i want to upload the image and video data on the server through blackberry device.server alreay working , but how i upload the device data( images and video ) on the server having url=ftp://aa.aa.aa.aa. and in authentication it provides username =aaa ,password =aaaa.....
pls, suggest
10-14-2012 10:37 AM
If you are trying to send this data to the host via FTP protocol, then you'll have to implement the client-side of FTP on the blackberry (or find some open source code to integrate into your project).
10-14-2012 01:05 PM
thanks ,
can i do the same with socket connection...if no
then pls , share the link how to implement the client-side of FTP on the blackberry...