RE: FW: FTP not connecting to a particular site.

2006-07-14 Thread Timothy Johnson
While there is a hosts file you can use to hard-code the address, DON’T DO IT!  Seriously, leave it as a last resort since it almost always causes problems down the road when people don’t realize you’ve done it and can’t figure out why the names aren’t resolving correctly.  

Re: FW: FTP not connecting to a particular site.

2006-07-14 Thread Ted Yu
Thanks, that seems like the issue.  I'm kind of new to name resolution issues.  Is there some sort of "magic" file located on the computer where I can edit to make everything work back to normal?  Timothy Johnson <[EMAIL PROTECTED]> wrote:Forgot to respond to the list.   From: Tim

FW: FTP not connecting to a particular site.

2006-07-14 Thread Timothy Johnson
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

RE: FTP not connecting to a particular site.

2006-07-14 Thread Ted Yu
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 t

Re: Flip-flop operator help

2006-07-14 Thread Eric Amick
On Fri, 14 Jul 2006 12:00:08 -0700, you wrote: >I have something like this: > >while () >{ > if (// .. /<\/TAG>/) > { > # process line > } >} > >I got this from http://www.perl.com/pub/a/2004/06/18/variables.html. > >My special wrinkle is, I want to process certain sections of a file,

RE: FTP not connecting to a particular site.

2006-07-14 Thread Timothy Johnson
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 s

RE: Flip-flop operator help

2006-07-14 Thread Thomas, Mark - BLS CTR
Craig Cardimon wrote: > I have something like this: > > while () > { >if (// .. /<\/TAG>/) >{ ># process line >} > } > > I got this from http://www.perl.com/pub/a/2004/06/18/variables.html. > > My special wrinkle is, I want to process certain sections of > a file, but only

Flip-flop operator help

2006-07-14 Thread Craig Cardimon
I have something like this: while () { if (// .. /<\/TAG>/) { # process line } } I got this from http://www.perl.com/pub/a/2004/06/18/variables.html. My special wrinkle is, I want to process certain sections of a file, but only if that section passes certain criteria. I want to

Net:FTP not connecting to a particular site.

2006-07-14 Thread Ted Yu
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

Help using Net::FTP. How to change date on remote side?

2006-07-14 Thread Ambrogio
Hi all, I written a script that download from a site, read the timestamp from the server and set it to the local file. Now I need to upload some file, with time stamp from the source. With the put function of Net::FTP I can't do it. But some ftp client are able to set the date of the transferred

Re: What's on your repository list?

2006-07-14 Thread Reinhard Pagitsch
Bernie Cosell wrote: >In response to a recent inquiry, I learned that a likely solution to my >problem would be found in a module availabe via RothConsulting >[Win32::AdminMisc --THANKS!!]. Made me wonder: are there other sites >besides ActiveState and RothConsulting that it makes sense for me