All - Trying to using Net::Telnet on a Win2k box to connect to another Win2k box. End goal is to connect to a Win2k box, run mysqldump for a particular database, Zip it (using command line zip), and dump the database.
Telnet service on the server is up and running, I can connect w/o a problem from a command prompt.
My dump log has the following:
< 0x00100: 20 20 1b 5b 34 3b 31 48 43 3a 5c 3e 20 20 20 20 .[4;1
+HC:\> (my prompt)
I suspect my problem has to do with the prompt - I can't seem to get it correct. The machine I'm connecting to has the following standard Windows prompt: C:\>
Any suggestions on how to build this corresponding prompt? Is it possible to use the standard Windows telnet server?
Thanks for the help,
Mark
Edit by tye
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.