To upload files to ftp server using JSP
I want to upload a file to my ftp server using web browser. in my website i want to write a application by which i have upload a html file in my local machine to a specif folder of my ftp server.
Can anyone send me complete code: Just think that
1) my ftp server ip : 10.10.10.10
2) user id : adas
3) password: dipya
4) the file i want to upload is in path d:/new/
5) file name: send.html
6) ftp server path where the file will be copied : wwwroot/adas/
With all this info can anyone write me a code ?
Thanks in advance
Dipyaman

