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

Funny ... Works for me, Can you give me the line on which the error is generated?

  • Comment on Re^5: Is there a workaround for @ symbol in FTP username?

Replies are listed 'Best First'.
Re^6: Is there a workaround for @ symbol in FTP username?
by blackmage37 (Initiate) on Feb 20, 2013 at 11:03 UTC
    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?

      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.