in reply to Re^5: Is there a workaround for @ symbol in FTP username?
in thread Is there a workaround for @ symbol in FTP username?

The error message is:
"Can't use an undefined value as a symbol reference at C:/Users/.../perl/lib/Net/FTP/dataconn.pm line 54"

So it worked for you even when using a username with an @ in it?
  • Comment on Re^6: Is there a workaround for @ symbol in FTP username?

Replies are listed 'Best First'.
Re^7: Is there a workaround for @ symbol in FTP username?
by tmharish (Friar) on Feb 20, 2013 at 11:12 UTC

    Yup - Try to update Net::FTP, I am using 2.77 and that line on my version is   delete ${*$ftp}{'net_ftp_dataconn'}

      I updated Net::FTP and now I'm getting a PUT failure, so I figure it's not a problem with my code. Following on from QM's comment, I'm going to check in with the FTP host admin.

      Thanks again for the help.