Hi all,
I am downloading a text file from unix box through SFTP using
java. And I am dispaying that file using
JSP.
In my jsp,
the whole functionality works fine. It does fetch the file from unix box and saves that file to my local windows, except in my file at the beginning I see,
and the at the end of the file also the same tags ending. I guess it must be the problem with charecter set encoding. But not sure. Any idea ?
thanks in advance.