try $from_ftp->pasv_xfer($file, $to_ftp);
perldoc Net::FTP for details.
On Tue, 20 Jul 2004 09:09:49 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Could some suggest how can i transfer a file from one remote host to another
> remote host using FTP module. Is there any way of doing this .
om An: [EMAIL PROTECTED], [EMAIL PROTECTED]
Kopie: [EMAIL PROTECTED]
20.07.2004 Thema: RE: Antwort: FTPing of files between
remo
MAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Antwort: FTPing of files between remote servers.
Hi Anand,
I fear that you will have to run our perl-script or any other ftp-script
remote on one of your servers, if you are bound to the ftp-protocol.
The only alternative is to copy it first to your des
]
om An: [EMAIL PROTECTED]
Kopie:
20.07.2004 Thema: FTPing of files between remote
Hi All,
I am using following code to transfer a file from remote host to local
system.
sub transferEJSFiles{
$ftp = Net::FTP->new($sourceServer, Timeout => 30) or die "Can't
contact $sourceServer: $!";
$ftp->login($sourceUser,$sourcePassword) or die "Can't login
($sour