Re: uploading fiels from one unix server to another server usin perl cgi script.

2004-02-03 Thread Eternius
Nilay Puri wrote: No takers ?? :( Hi all, I have a task at hand , that of uplaoding file from server to another server and also pass 6 paramteres along with the file. Basically, I have to replicate the functionality provided by CFHTTP tag of COLD FUSION. I used LWP::UserAgent for the purpose. M

uploading fiels from one unix server to another server usin perl cgi script.

2004-02-02 Thread Nilay Puri, Noida
No takers ?? :( > Hi all, > > I have a task at hand , that of uplaoding file from server to another > server and also pass 6 paramteres along with the file. > > Basically, I have to replicate the functionality provided by CFHTTP tag of > COLD FUSION. > > I used LWP::UserAgent for the purpose.

uploading fiels from one unix server to another server usin perl cgi script.

2004-01-31 Thread Nilay Puri, Noida
Hi all, I have a task at hand , that of uplaoding file from server to another server and also pass 6 paramteres along with the file. Basically, I have to replicate the functionality provided by CFHTTP tag of COLD FUSION. I used LWP::UserAgent for the purpose. My Program is given below. #!usr/lo