Subject: | Support for FTPSSL - patch included |
Date: | Tue, 23 Nov 2010 14:27:42 -0800 |
To: | bug-Net-xFTP [...] rt.cpan.org |
From: | Kate Yoak <kate [...] yoak.com> |
Hi Jim,
I have found your xFTP-FTPSSL.pm module within the Net::xFTP distribution. Because I needed an app that could seamlessly switch between protocols, I fixed all the places where it was not working. A patch is attached. There are basically three things:
1. dir calls list
2. ls calls nlst
3. recursive mkdir is implemented
Message body is not shown because sender requested not to inline it.
There is also a function called set_status which I could not find documented within any modules. I commented it out. Not sure what you intended here.
That line also needs to be commented out within xFTP_SFTP.pm
Thanks for the help making it all work. Let me know if you'd like any further assistance in brining ftps into your distribution.
Kate