The most practical application of something like this would in shops where you have lots of web developers who are not versed it the standard file transfer methods. This could save you lots headaches in training X number of developers the ins/outs of FTP or SCP, plus the security risks that might cause.

I would be tempted to write something like this from this approach:
1) have the bulk of this program be on the in-house "devel" web server
2) write it as a wrapper for scp (which can be made to work through firewalls pretty easily)

This would keep the security of scp without adding the possiblity of creating new security holes
At this point you could write the app to be as grandiose as you wanted, integrity checks for the file, bulk uploads of major sections, etc...

/\/\averick

(be kind this is my first post to perl monks...)


In reply to RE: Cool CGI File Uploading by maverick
in thread Cool CGI File Uploading by gaggio

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.