http://qs321.pair.com?node_id=1224187


in reply to Re^2: email address as username
in thread email address as username

From the Net::FTP docs:
$ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@";
Check for errors as shown in the docs. What does that say?