HI I am running below command from my Windows server. I have got private key added so authentication wise it is fine. But when ever I am running the command getting a weird issue
psftp user@host -b FTPfile.txt
The file FTPfile.txt has only two lines.
cd /apps/scripts/batch/sln/input
put Test.txt
But I am getting error psftp: unknown command "´╗┐cd"
And I noticed any command given in the first line of the file returns a similar error.