Hi

I need to write 2 files to 2 different directories in my ftp server,
but the path to the destination file is already predefined in the
URL - PA/TH/TO/FI/LE/THEFILE
URL u = new URL("ftp://USER:PASS@HOST:PORT/PA/TH/TO/FI/LE/THEFILE") ;
How can i change the destination directories dynamically?

Your help will beappreciated