User Activity

  • Posted a comment on ticket #54 on opencsv

    I too faced the same issue. And I found the cause also. It was happening because of null character presence in the middle of rcord. After removing the \x00 unicode character i.e "null" character with the help of notepad ++ I was able to process my file sucessfully.

  • Posted a comment on discussion Open Discussion on JSch

    HI, I used a small SCP Client(java) to Connect to the SCP Server and transfering bulk of files. While transfering the file its getting errored and there is no packet loss or network issues at that time. I tried by using the retry mechanism, thread sleep and reinitialization of connection also but no luck. Client program is Channel channel; Session session = null; OutputStream out; InputStream in; String command = "pwd"; channel = session.openChannel("exec"); ((ChannelExec) channel).setCommand(command);...

View All

Personal Data

Username:
priya758
Joined:
2017-06-06 15:18:02

Projects

  • No projects to display.

Personal Tools