Forgot to respond to the list.

 

From: Timothy Johnson
Sent: Friday, July 14, 2006 4:02 PM
To: 'Ted Yu'
Subject: RE: FTP not connecting to a particular site.

 

This sounds like a name resolution issue then.  Have you tried doing an NSLOOKUP for the name of the ftp server?

 

From: Ted Yu [mailto:[EMAIL PROTECTED]
Sent: Friday, July 14, 2006 4:00 PM
To: Timothy Johnson
Subject: RE: FTP not connecting to a particular site.

 

Hey Tim, thanx for your reply.  Nope, ftp ftp.servername.com works on every computer except those at those particular office.  It returns "unknown host ftp.servername.com".

Timothy Johnson <[EMAIL PROTECTED]> wrote:

Can you do an ‘ftp ftp.servername.com’ from the same computer at the command-line?

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Yu
Sent: Friday, July 14, 2006 10:35 AM
To: perl-win32-users@listserv.ActiveState.com
Subject: Net:FTP not connecting to a particular site.

 

Hi Group:

Some computers are not able to Net:FTP to one particular server.  It was working fine until yesterday when the error message "Unable to Connect" comes up.  The server itself works fine, and it is live and there are thousands of users per day.  It is just two computers that have been having trouble logging on suddenly.  Here is my code:

$ftp = NET::FTP->new("$ftp_server_name", Debug => 0) or Win32::MsgBox("Unable to Connect to BargainTix Server", 64, "BargainTix.com"), die("");


Just wondering if anyone has heard of any virus/malicious scripts that can prevent a particular computer to use Net:FTP to a particular address.  Also, the computers were not able to use Internet Explorer to access our public site, such as http://www.bargaintix.com that is hosted on the same server.  Not sure right now if this is malicious, just want to cover all my bases.  Thanx.

Ted

 

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to