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
