Re: Need a little help...

2002-05-24 Thread Felix Geerinckx
on Fri, 24 May 2002 19:23:47 GMT, Scott V Nipp wrote: > I am trying to figure out a way to somehow test the FTP connection, and > if the connection is unsuccessful then I want to FTP to a different > server instead. use Net::FTP; my @servers = qw(server1 server2 server3); my $ftp;

Need a little help...

2002-05-24 Thread NIPP, SCOTT V (SBCSI)
I have a question about connecting to one of two different FTP servers. This is a libnet question that I know if off topic, but PLEASE help me. I have a MySQL database running and I use Perl/DBI to populate the database. I am using libnet to FTP the data to the server, and then post dat