derekw has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
I have inherited a system (not in Perl) that uses a client (windows or *nix) script and curl to transmit a file to a listening windows service on the same network - that service then performs a number of actions on the file and returns the modified file.
Multiple clients can and do use this script - on different machines but always accessing the same server.
I would like to rewrite it in Perl - as although the current version is working , it is not easily maintainable or scalable.
I humbly seek advice on how the Monks would transfer the file so that it is secure and that the process is scalable - there are so many excellent modules that could do this it seems to me - I'm not sure where to start!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: secure and scalable client server file transfers
by BrowserUk (Patriarch) on May 26, 2011 at 09:48 UTC | |
by derekw (Initiate) on May 26, 2011 at 10:16 UTC | |
by BrowserUk (Patriarch) on May 26, 2011 at 11:07 UTC | |
by jethro (Monsignor) on May 26, 2011 at 10:47 UTC | |
|
Re: secure and scalable client server file transfers
by locked_user sundialsvc4 (Abbot) on May 26, 2011 at 11:19 UTC | |
|
Re: secure and scalable client server file transfers
by Anonymous Monk on May 26, 2011 at 09:23 UTC |