Re: problem with NET::FTP

2003-06-06 Thread lobach
Sorry guys... I found out I wasn't ending the while loop properly.. opps... the good news is that i have it working now.. Thanks anyway.. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello.. I am having some problems with this sub... I am trying to take some > input box and send

problem with NET::FTP

2003-06-06 Thread lobach
Hello.. I am having some problems with this sub... I am trying to take some input box and send it to a file on a remote system.. Well, that works ok, but I would like to rename the file when I am done, because a process polls for the file.. Anyhow, I think my code is not releasing the handle on the

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-25 Thread linc1234
;Mark Goland" <[EMAIL PROTECTED]> To: "Foreman" <[EMAIL PROTECTED]> Cc: "perl" <[EMAIL PROTECTED]> Sent: Wednesday, December 25, 2002 12:57 AM Subject: Re: problem with Net::FTP and Netgear FVS318 firewall > Ok sounds liek your firewall doesnt bind to t

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Mark Goland
t; 226 Transfer successful. > ftp: 5 bytes received in 0.00Seconds 5000.00Kbytes/sec. > ftp> > > > - Original Message - > From: "Mark Goland" <[EMAIL PROTECTED]> > To: "Foreman" <[EMAIL PROTECTED]> > Cc: "perl" <[EMAIL

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Foreman
ytes/sec. ftp> - Original Message - From: "Mark Goland" <[EMAIL PROTECTED]> To: "Foreman" <[EMAIL PROTECTED]> Cc: "perl" <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 11:52 AM Subject: Re: problem with Net::FTP and Netgear FVS318 firew

Re: problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Mark Goland
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 23, 2002 3:40 PM Subject: problem with Net::FTP and Netgear FVS318 firewall > Hi. I am able to get to my ftp server through Internet explorer if I set the "Use Passive FTP for compatability..." to true in the Internet O

problem with Net::FTP and Netgear FVS318 firewall

2002-12-24 Thread Foreman
Hi. I am able to get to my ftp server through Internet explorer if I set the "Use Passive FTP for compatability..." to true in the Internet Options menu. Otherwise, I can only get to my ftp server using the local IP address. Presumably, using passive mode in ftp (pasv) should get me the same

Re: problem with NET::FTP script

2002-05-03 Thread John W. Krahn
Pedro A Reche Gallardo wrote: > > Dear Adam, I have an small perl script (see below) to retrieve a list of > files whose filenames are listed in a file that is the the input of the > program. The program runs as it follows: getpdb.pl file; and "file" > just contain the two following entries > 2v

problem with NET::FTP script

2002-05-03 Thread Pedro A Reche Gallardo
Dear Adam, I have an small perl script (see below) to retrieve a list of files whose filenames are listed in a file that is the the input of the program. The program runs as it follows: getpdb.pl file; and "file" just contain the two following entries 2vaa 2vac Somehow, I only cant get the firs