My requirement is to get the file from remote machine(Unix) to local machine(Unix/windows). When I run the code in Unix, I am able to download the file from Unix(remote) to Unix(local) but when I run the code Windows, I am not able to get the file from Unix(remote) to Windows(local), I see error message as "Message: 4" for the line channel.get(folderPath + "/" + fileNameFound, localFolder);
why I see issue in windows not in UNIX.