If you're using Win32 systems then you just have to make sure that you have
a writeable share on the target system.  If you can't get it to copy as the
second name, then you can always just copy and then rename the file.

-----Original Message-----
From: david [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 11:45 AM
To: [EMAIL PROTECTED]
Subject: re: FILE COPY


William Black wrote:

> Does anyone know how to use the file copy module to past files to remote
> servers?
> 
> i.e.
> 
> server 1:x
> server 2:y
> 

if your os is unix/linux. try if you have scp like:

scp <server 1>:from_file <server 2>:to_file

Windos might have something similar

david

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

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

Reply via email to