http://www.perlmonks.org?node_id=1029258


in reply to Accessing FTP server using Net::FTP with any username and password

login ([LOGIN [,PASSWORD , ACCOUNT ] ])

Log into the remote FTP server with the given login information. If no arguments are given then the Net::FTP uses the Net::Netrc package to lookup the login information for the connected host. If no information is found then a login of anonymous is used. If no password is given and the login is anonymous then anonymous@ will be used for password.


All is well
  • Comment on Re: Accessing FTP server using Net::FTP with any username and password