in reply to Re^2: net::ftp - passwords
in thread net::ftp - passwords
I'd suggest changing line 33 from this:
if (! $ftp->login($userid, $encode)) {
to this:
if (! $ftp->login($userid, $passw)) {
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: net::ftp - passwords
by fagersz (Initiate) on May 18, 2012 at 04:03 UTC | |
by roboticus (Chancellor) on May 18, 2012 at 09:52 UTC |