Re: CGI Script to pass a file to different servers

2006-06-30 Thread I BioKid
Hi all - I woder why am always having some trivial problems to solve ??? I can explain what am lloking for in detail. Say, We have 3 inhouse web servers and 2 remote web servers. All of this web server accept same type of files as input : say foo.txt (these file contain some data and the 5 web se

RE: CGI Script to pass a file to different servers

2006-06-28 Thread Jeff Peng
Jeff, If you did do it, where's your advice to BioKid? I don't know the special situation for him.But for me,I would rather write a simple socket server to accept the requests from CGI and return the results to it.But if BioKid want to transmit a file to remote host,I think the other mod

RE: CGI Script to pass a file to different servers

2006-06-28 Thread William Paulsen \(W\)
Jeff, I you did do it, where's your advice to BioKid? tks -Original Message- From: Jeff Peng [mailto:[EMAIL PROTECTED] Sent: 24 June 2006 03:21 PM To: beginners@perl.org Subject: RE: CGI Script to pass a file to different servers I once did the things like you said.I wrote a s

Re: CGI Script to pass a file to different servers

2006-06-26 Thread JupiterHost.Net
I BioKid wrote: Hi all, Her am not able to do socket programming :( Any other solutions ? Net::FTP RSYNC, SCP, etc etc, Not really sure what you're trying to do... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CGI Script to pass a file to different servers

2006-06-24 Thread Jeff Peng
I once did the things like you said.I wrote a socket server on another host,then my cgi scripts put the requests to remot socket server,got the results from socket server and print the results to clients' browser. From: "I BioKid" <[EMAIL PROTECTED]> To: beginners@perl.org Subject: CGI Script