Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Trusted Contributor
ashish12169
Posts: 197
Registered: ‎03-18-2012
My Carrier: Company

How to Host the file on to the server..

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.

 

 

Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: How to Host the file on to the server..

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.

 

Please use plain text.
Trusted Contributor
ashish12169
Posts: 197
Registered: ‎03-18-2012
My Carrier: Company

Re: How to Host the file on to the server..

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

Please use plain text.
Developer
RexDoug
Posts: 4,764
Registered: ‎07-21-2008

Re: How to Host the file on to the server..

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).

 

 

Please use plain text.
Trusted Contributor
ashish12169
Posts: 197
Registered: ‎03-18-2012
My Carrier: Company

Re: How to Host the file on to the server..

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...

 

Please use plain text.