A user writes:
i am creating a jsp that would ftp files from one server to the other with a "button poke". the jsp is in my "WebContent" directory, so it would be the local directory, or the local destination for any copied files. my local destination needs to be a different location. is there any way that i can change this local destination directory?
You can't actually change local directory (Java doesn't let you), but you can prepend a directory to the local file you are getting or putting.