Activity for Priya Patil

  • Priya Patil Priya Patil posted a comment on ticket #54

    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.

  • Priya Patil Priya Patil posted a comment on discussion Open Discussion

    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);...

1