You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by da...@bfnet.com on 2000/12/06 22:41:35 UTC

(not strictly modperl) how do I tell if ftp uploaded file is complete?

I need to create an upload progress monitor page that can discriminate
between files that are partially uploaded and those that are
completely uploaded.

My users are uploading via FTP to an anonymous upload directory.  I'm
running mod_perl on the same machine, and it has access to just about
anything on the machine that I care to give it access to.  Does anyone
have any suggestions on how I can discover from within my handler
whether an FTP file upload is complete or not?

Dave