awesome, and no i did not see that section. looks promising tho, and would work great to only upload if files md5 has changed. this would work great for smaller files, but on bigger files there would need to be some other way like rsync. but i am not to sure if that would work on an FTP server.

just sent command XMD5 <filename> and it returned correct md5 so looks like this will work out great. i just need to get a list of directories and filenames and push that to an array, then i can do a foreach loop on each file and see if it exists on the server. if not then upload it. then after that i can set it up to add any new files or check md5 of existing files. and upload where appropriate. this will be awesome as a poor mans dropbox lol

In reply to Re^2: XMD5 and Net::FTP by james28909
in thread XMD5 and Net::FTP by james28909

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.