Re: FTPing of files between remote servers.

2004-07-20 Thread Kelvin Wu
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 .

Antwort: RE: Antwort: FTPing of files between remote servers.

2004-07-20 Thread Manfred . Beilfuss
om An: [EMAIL PROTECTED], [EMAIL PROTECTED] Kopie: [EMAIL PROTECTED] 20.07.2004 Thema: RE: Antwort: FTPing of files between remo

RE: Antwort: FTPing of files between remote servers.

2004-07-20 Thread Anand . V
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

Antwort: FTPing of files between remote servers.

2004-07-20 Thread Manfred . Beilfuss
] om An: [EMAIL PROTECTED] Kopie: 20.07.2004 Thema: FTPing of files between remote

FTPing of files between remote servers.

2004-07-20 Thread Anand . V
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