Occasional Odd Characters (wodSSH / wodSSH.NET)
Ive been working on a tool that will send and recieve files with a telnet server automatically, and right now I just have the basics in place. Right now the program is operated by hand. None of the automation code has been written yet. However I still see odd charcters being sent just after I finish calling SendFile or RecieveFile. I recorded a session so you can see what I am talking about. My Comments appear between {}. Any Idea whats causing this or how to stop it? These characters will make automation much more difficult if I can't make it stop.
-William
[code]
MAIN MENU
1) Logoff
2) Receive/Send File(s)
3) Change File Transfer Protocol [ZMODEM]
4) Change Compression Method [GZIP]
5) Request Transmission Status Report
6) Change Password
Enter your choice: 5
EFS ready for Report download.
{contents of the transfered files appear here.}
Report File transmission complete.
MAIN MENU
1) Logoff
2) Receive/Send File(s)
3) Change File Transfer Protocol [ZMODEM]
4) Change Compression Method [GZIP]
5) Request Transmission Status Report
6) Change Password
Enter your choice: ÿþ{I did not type this}
ÿü{or this}
Invalid menu selection. Try again.
MAIN MENU
1) Logoff
2) Receive/Send File(s)
3) Change File Transfer Protocol [ZMODEM]
4) Change Compression Method [GZIP]
5) Request Transmission Status Report
6) Change Password
Enter your choice:
[/code]