To be honest, ethernet cards and cable are pretty dirt cheap nowadays. Might be worth the time, effort, and expense to just hook them up with a method that actually is designed for transfering files. Back in the day when LPT communication was prevalent, network cards were well over a hundred dollars. And LPT ports were built-in (well, I suppose the pedantic might point out that they usually still are). So it would be cheaper to grab a parallel cable or two, splice them up, and communicate that way. I even recall doing this once as a "fast" way to share files between my BBS and someone else's.

Nowadays, $10 gets you two ethernet cards which are usually just plug-and-play. Another $10 maybe will get you a cross-over ethernet cable. And, if both sides are Windows, you should already be able to "net use" from one to the other. So, for $20+tax, you can use all the built-in networking of your current systems rather than debugging something built nearly from scratch. And you can do much more with it - have one machine print to the other machine's printer, for example. Or anything else that NetBEUI or TCP can do.

I mean, perl is great and all, but at the end of the day, there is a job to be done, and it can be less expensive to do things the normal way than other ways ;-)


In reply to Re: PC to PC by Tanktalus
in thread PC to PC by Omar29db

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.