saving file to server

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?
[179 byte] By [hkirsmana] at [2007-11-27 3:48:04]
# 1
What kind of server? Application server, web container, FTP server, HTTP server... what is on the remote machine that provides access for you?
CeciNEstPasUnProgrammeura at 2007-7-12 8:51:56 > top of Java-index,Java Essentials,New To Java...
# 2
well i have not figured that out yet. In the end those files have to be in some dir. Don't much care how they get there
hkirsmana at 2007-7-12 8:51:56 > top of Java-index,Java Essentials,New To Java...
# 3
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.
hkirsmana at 2007-7-12 8:51:56 > top of Java-index,Java Essentials,New To Java...