Re: its DONE !! CGI Script to pass a file to different servers - code is here

2006-07-26 Thread JupiterHost.Net
I BioKid wrote: I made it !!! Thanks to my buddy Arshad - Buddy you're a true-perl-buddy !!! Here comes an easy way, not exactly the way I want it - but I can do it this way too, After all :*There's more than one day to do it in perl*:We used WWW::Mechanize module: A scrap version of the cod

its DONE !! CGI Script to pass a file to different servers - code is here

2006-07-26 Thread I BioKid
I made it !!! Thanks to my buddy Arshad - Buddy you're a true-perl-buddy !!! Here comes an easy way, not exactly the way I want it - but I can do it this way too, After all :*There's more than one day to do it in perl*:We used WWW::Mechanize module: A scrap version of the code we used is here :

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]

CGI Script to pass a file to different servers

2006-06-26 Thread I BioKid
Hi all, Her am not able to do socket programming :( Any other solutions ? Thanks -- Forwarded message -- From: Jeff Peng <[EMAIL PROTECTED]> Date: Jun 24, 2006 6:51 PM Subject: RE: CGI Script to pass a file to different servers To: beginners@perl.org I once did the thing

RE: CGI Script to pass a file to different servers

2006-06-24 Thread Jeff Peng
perl.org Subject: CGI Script to pass a file to different servers Date: Sat, 24 Jun 2006 17:09:58 +0530 hi all, I need to pass a file from a cgi program to another remote cgipgms and I need to print the out on my web page - how to do it ? any idea ? I posted this query few back - but still I couldnt do

CGI Script to pass a file to different servers

2006-06-24 Thread I BioKid
hi all, I need to pass a file from a cgi program to another remote cgipgms and I need to print the out on my web page - how to do it ? any idea ? I posted this query few back - but still I couldnt do it :( --