in reply to Re^2: UTF8 error when using Net::SFTP::Foreign
in thread UTF8 error when using Net::SFTP::Foreign

I have just uploaded to CPAN a new version of Net::SFTP::Foreign that uses utf8::downgrade. Thanks for the solution!

Replies are listed 'Best First'.
Re^4: UTF8 error when using Net::SFTP::Foreign
by ikegami (Patriarch) on Feb 18, 2009 at 14:21 UTC

    Cool! The downside is that true errors (when the flag is on because the data could need to be encoded) are postponed, but not much can be done about that.