Jeff Westman wrote:
Hi All,
I have an ftp script that connects and does the usual things (change
dir., site change mode, transfer file, etc). I am using Net::FTP.
Currently, I pass the server name, user id and password from the
environment. Is $HOME/.netrc compatible with this module, does anyone
know?? When I tried it (basically by added the entry to $HOME/.netrc
and commenting out the login lines in my script), it died, basically
saying it was not connected.
Search the docs of Net::FTP for 'netrc'.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>