in reply to secure and scalable client server file transfers
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.
As far as I am aware, curl can either transmit or receive a file using various protocols. So, the client script call curl to upload the file to the server using some protocol (which?), and then the client script does what? Ends?
And then the server does its thing to the files,...And then?
How? To where? Using what protocol?
In essence, you need to be a lot clearer about how the existing system works; what its limitations are that you wish to address; what your requirements, priorities and goals are for the new system; before anyone could even begin to suggest alternatives.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: secure and scalable client server file transfers
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 |