in reply to Re: Re: Re: ...That's how perlmonks works [Re: Re: Re: trouble while ftping through Perl Script]
in thread trouble while ftping through Perl Script

Hmmm ... it is probably just a typo in your post but I noticed that in your Perl script you used ...
my $password = 'pa\ss\wor$d$';
... and in your last post you use the password ...
user username P\$a\$ss\$
Are you very sure you are using the correct password? Maybe you should look into using sftp with PKI so you won't have to use passwords.

Plankton: 1% Evil, 99% Hot Gas.
  • Comment on Re: Re: Re: Re: ...That's how perlmonks works [Re: Re: Re: trouble while ftping through Perl Script]
  • Select or Download Code

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: ...That's how perlmonks works [Re: Re: Re: trouble while ftping through Perl Script]
by shilpam (Sexton) on May 03, 2004 at 04:34 UTC
    It was indeed a typo mistake.
    I have checked that the password I am using is the correct one.
    Do you have any idea about the question I had asked earlier about the problem connecting to the ftp server through Method1 but it does not allow me to login using Method2?