cancel
Showing results for 
Search instead for 
Did you mean: 

How to Upload files from Client desktop to Remote UNIX server

Former Member
0 Kudos

Hi All,

As part of my object, client will upload files using a applet VIO APPLET. This applet saves these files in client desktop and i need to upload these files into remote UNIX server. I am very new to these topics. I will be very thankful if i get any information regarding uploading files into UNIX server.

Sample code will be very helpful.

Thanks & Regards:

Pavan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi there,

Using APPLETs and sockets etc.. would be complex. Can try using Apache Httpclient.

Please make sure that you can have open-source in your work.

<a href="http://commons.apache.org/httpclient/index.html">Http Client</a>

regards

Vivek Nidhi.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amol Joshi,

Thanks for your reply. If possible can you please provide some more information about this topic.

Former Member
0 Kudos

download tomcat from http://tomcat.apache.org/

you can download the oreilly upload servlet from http://www.servlets.com/cos/

make sure to refer the terms of usage etc regarding its use in production env.

Former Member
0 Kudos

Hi Amol,

Thanks for your reply. I will try it and inform you wheather my problem is solved or not.

Former Member
0 Kudos

if your remote unix server can host a Java enabled web container like tomcat, then you can make use of O'reilly Upload servlet in your web app and using that can have your upload functionality achieved.