On Mon, Sep 23, 2002 at 09:31:25AM -0400, William Black wrote: > Does anyone know how to use the file copy module to past files to remote > servers?
File::Copy is for copying and moving files on the local filesystem. I'm not sure why you would be trying to apply it to this problem, or why you'd be asking us how to apply it to this problem. You'll want some file transfer protocol, and both ends need to support it. For example, if the remote end has an FTP server, you can use Net::FTP to send the file. There are other protocols, so you should look to see what your servers support. Michael. -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]