There is a java application which uses REST. The application is used to upload a file to ftp. The file that is being uploaded has an ID called recordID and it is seen through URL because of QueryParam. I need to send the ftp login credentials along with the uploaded file recordID in the URL. I thought QueryParam would help. Can anyone please help me how do i use QueryParam to send Username and Password of ftp via URL to authenticate?
Thanks in advance.