i am using sshj library in my implementation. I am connecting to the Windows box and OpenSSH is installed there. Than i am sending command like: C:\folder1\folder2\aa.bat arguments 1 2 3 and so on
But execution fails.The whole length of my command is 270 characters, but in the p program log I see that command was truncated to 260 characters. Do you know how I can avoid this truncation, looks like it is native Windows problem with MAX_PATH is limited to 260?