in reply to Re^4: perl program for importing files on local system
in thread perl program for importing files on local system

Your understanding of the word 'import' is incorrect.

I import when *I* take a file from somewhere and (usually) load it to some environment. A network connection is not implied. Example usage: I imported a log file into my spreadsheet program.
I download when *I* transfer a file from somewhere to a local file system over a network connection. Example usage: I downloaded the perl module from CPAN.

I'm not trying to be the language police, but your use of caps lock on words that don't fit, combined with gradually explaining the problem post by post instead of up top where it belongs, doesn't help. As it stands now, all your users are importing local files into a local cms system on their local server, because there is no upload (and as such, no download) taking place.
  • Comment on Re^5: perl program for importing files on local system