Sorry to ask this here, but since it affects my transfer of scripts between my machine and clients, it's a sort of Perlish question and I thought others may have experience of it :)

Some sites I connect to force me to use passive mode when using FTP, some don't. I sometimes forget to change mode locally, or can't remember whether the server requires passive or not (probably more likely :)

Sometimes, it seems I can transfer files, even if I'm in the "wrong" mode, but when they get transferred, they get corrupted, with (seamingly) random parts of the script getting repeated throughout.

I'm using GFTP to up/download. To keep this short, is this:

Has anyone else experienced something similar? Or should I just get a different FTP client? If so, recommendations?

thanks

cLive ;-)

Oooo, back on topic now:

print "Just another Perl hacker"

In reply to OT question - FTP problem by cLive ;-)

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.