From: "Yupapa.com" <[EMAIL PROTECTED]>
> If you are transfering file from a local machine to a remote machine,
> you do not use File::Copy module to copy files.  File::Copy is used
> for copying files locally.  You can use Net::FTP to transfer files
> from one machine to another.  And of course, you will need a FTP
> server for the machine receiving the file.

This aint entirely true. You can use File::Copy to copy files to 
remote shares (Windows Networking), remote drives mounted via NFS , 
... basicaly anything that the OS allows you to treat like a local 
disk.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to