I have a desktop application which can browse a local file for saving and later retrieval.How would you save this file to linux? or any other server for that matter?
I googled a bit on the subject. It seems that there are ftp java classes which do the job.I upload these files form my java desktop program and need to access them later from webpage.