sky_monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi everyone, Could you please help me to write a client socket which will copy a file from UNIX environment to windows environment? I’m pretty new in Perl. Appreciate your help Newsha

Replies are listed 'Best First'.
Re: client socket
by davidrw (Prior) on Jun 25, 2005 at 02:16 UTC
    Do you have to write a custom socket app? Can you run code on the windows side to just pull the file via http (LWP::Simple), ftp (Net::FTP), or ssh (Net::SCP)? Using one of those methods could just be as simple as a couple/few lines.
Re: client socket
by zentara (Cardinal) on Jun 25, 2005 at 10:43 UTC
Re: client socket
by tlm (Prior) on Jun 25, 2005 at 10:42 UTC

    I'd recommend starting with this node.

    the lowliest monk