hi, im trying to write a FTP script. And i need to echo out some commands to a txt file.
This is the command im using
echo "asd" >> ftpcmd.txt
But for some reason i get this Output
aNULsNULdNUL
I get NUL between each character, would really appreciate any help :)