bofh_of_oz has asked for the wisdom of the Perl Monks concerning the following question:
I wasn't able to find something like this that would be already developed and readily available. Since that doesn't mean the program doesn't exist, I am asking if any of the esteemed Perl monks could point me in the right direction so that I can avoid reinventing the wheel.
Any pointers appreciated...
UPDATE: After getting an insightful input, I (again...) realized that I still can't properly state what I need the first time I post my question. Here is some more information:
- The "template" (or a universal script - call what you like) will be converted to an .EXE file by perl2exe and installed onto Win32 computer(s). (So it's not a configuration file, it IS the actual program that will transfer the files)
- Yes, wget has some of needed functionality, but not all of it; a script of some sort would still be needed, so might as well do the whole thing in Perl...
- All relevant information (filenames, host names etc) will be passed to the script at run time (via params in STDIN or a text file).
- The relevant information may include options about whether we need to zip/unzip the file, encrypt/decrypt, use SSL on transfer etc.
- The functionality required currently exists as a bunch of scripts (one script/exe for one task); the management is curious about integrating all that into one script.
- As I develop the script for the company I work for, I will be maintaining it (at least, while i'm employed here...)
--------------------------------
An idea is not responsible for the people who believe in it...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: File transfer template script
by zentara (Cardinal) on May 27, 2005 at 16:32 UTC | |
|
Re: File transfer template script
by 5mi11er (Deacon) on May 27, 2005 at 15:12 UTC | |
|
Re: File transfer template script
by ghenry (Vicar) on May 27, 2005 at 15:05 UTC | |
|
Re: File transfer template script
by crusty_collins (Friar) on May 27, 2005 at 15:10 UTC |