Hi, Thanks for your help. Problem: I am writing a program in Perl. In this program I have to transfer one file from windows to Unix. In Perl any functions are there?
Thanks && Regards Karunakar Reddy B.V. BSH Bosch Siemens Hausgeräte GmbH -----Original Message----- From: Bill Luebkert [mailto:[EMAIL PROTECTED] Sent: 15 June 2007 11:13 To: Beri-Veera-ext, Reddy (n.a.) Cc: ActivePerl Subject: Re: How to send windows file to Unix using PERL language Beri-Veera-ext, Reddy (n.a.) wrote: > Hi, > I want to send a file from windows server to Unix server in a Perl > program. Please guide me how to do. Insufficient info. The easiest way to upload a file would be to use FTP if the server is running an FTP daemon or you could use Apache on the server with a CGI script to accept the upload and use LWP in the Perl script to send it. You could always write a TCP socket server on the server and a Perl IO::Socket::INET client to send. More info would help - do you have programming permission on both ? Can you run an HTTP or FTP daemon on the server ? Does the upload go to a program or just to the server disk ? _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
