
In my application there is a requirement of uploading the file on FTP server. How to upload file on FTP Server in Java?
Thanks

There are API in Java which can be used for this purpose. Some API's are free and others are commercial. But Apache FTPClient api is good and can be used in Java applications.
Read FTP File Upload in Java for more explanation and example code.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.