tdwilson58 has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to delete a file on an ftp server using Net::SFTP::Foreign v1.55. When I try to use the do_remove method, I get an error that it's not available in the package. So I did some research and found that the do_remove method is in Net::SFTP::Foreign::Compat. But when I use that package, other methods aren't available (cwd and setcwd, for example). Is there a way I can access all the methods from one package?
Thanks,
Tom
Comment on How to delete file with Net::SFTP::Foreign