Terrence Brannon wrote:
>
> if you use Net::FTP::Common, then you need to do this:
>
> if (! $FTP->login()) {
>
> or you can do this:
>
> if (! $FTP->login(Host => $Host)) {
>
but also note: you _never_ need to call login() when using Net::FTP::Common - it
automatically logs you in before performing any of its other API calls.
--
Terrence Brannon, terry@...