In URI '#' is reserved for fragment-id but I have a situation where my password contains a '#' character which is not being recognized by URI. Given below is the piece of the code. What needs to be done?
ftpfs.initialize(new URI("ftp://username:password@host"), conf);