I have one application which uploads file On UNIX server.Same application later wanted to access file from unix server
by giving credentials(Application connect to server by giving domain name,username,password).
Unix server do not have any FTP/HTTP listener its just one terminal on network.
Can anyone please suggest a way to access file on unix server either by using Java API or some other means?
It is in-house framework which does file uploading task.
Even if we set aside uploading part question is how can one authenticate access for file stored on Unix using java/other API.