And if the OP wanted to copy files between two interconnected hosts without a connection to any other machine, not even a coffee-maker:
do not suggest the usage of rsh, rcp, remote-without-encrypted-ssl-or-ssh-tool-of-your-choice to anybody, because if they get used to these, they may use them without thinking in circumstances where they don't want to.

Use ssh, scp, rsync -e ssh, CVS_RSH=ssh, ...for whatever intermachine communication involving authentication you have, just to get used to it and do it automatically when it's important.

I know this is kind of over-zealous, but it's like driving drunk: I don't care about the mischief of a drunken driver (as long as we're not befriended :-), but I care for the poeple dying in an accident because of the driver being drunk.
I don't care for machines taken over because there admins not performing well enough to protect there machines reasonably, but the machines DoSed from this machine (and a lot of others) could be mine, and I don't like that!

I hope I could make my point without turning into a complete a#@hole; just remember that I'm not a native english-speaker, and to use encrypted connections!

regards,
tomte



In reply to Re: Re: grabbing .lic files by Tomte
in thread grabbing .lic files by JSchmitz

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.