Skip Menu |

This queue is for tickets about the Net-FTPSSL CPAN distribution.

Report information
The Basics
Id: 130578
Status: resolved
Priority: 0/
Queue: Net-FTPSSL

People
Owner: Nobody in particular
Requestors: edwardjsabol [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.42



Subject: Feature request: Support "ls" method for compatibility with Net::FTP
Date: Wed, 25 Sep 2019 16:44:26 -0400
To: bug-Net-FTPSSL [...] rt.cpan.org
From: "Edward J. Sabol" <edwardjsabol [...] gmail.com>
Net::FTP supports a "ls" method, which is just a wrapper for "nlst". It would be nice if Net::FTPSSL also supported this method to make migration between Net::FTP and Net::FTPSSL easier. Thanks!
On Wed Sep 25 16:44:39 2019, edwardjsabol@gmail.com wrote: Show quoted text
> Net::FTP supports a "ls" method, which is just a wrapper for "nlst". > It would be nice if Net::FTPSSL also supported this method to make > migration between Net::FTP and Net::FTPSSL easier. Thanks!
I have no real objection to implementing the "ls" command as an alias to "nlst". Just be aware that my module handles calls to nlst() in scalar mode differently than Net::FTPSSL does. In scalar mode my functions return the number of elements in the array instead of a reference to an array just like "$cnt=@lst;" does. Which to be backwards compatible I can't change at this point. If you're still interested in having a "ls" command implemented with this difference let me know & I'll implement the ls/dir aliases in my module in my next release.
Subject: Re: [rt.cpan.org #130578] Feature request: Support "ls" method for compatibility with Net::FTP
Date: Thu, 26 Sep 2019 10:09:39 -0400
To: bug-Net-FTPSSL [...] rt.cpan.org
From: "Edward J. Sabol" <edwardjsabol [...] gmail.com>
On Sep 25, 2019, at 8:35 PM, Curtis Leach via RT <bug-Net-FTPSSL@rt.cpan.org> wrote: Show quoted text
> If you're still interested in having a "ls" command implemented with this difference let me know & I'll implement the ls/dir aliases in my module in my next release.
Yes, I am still interested in these aliases. Thanks!
On Thu Sep 26 10:10:02 2019, edwardjsabol@gmail.com wrote: Show quoted text
> On Sep 25, 2019, at 8:35 PM, Curtis Leach via RT <bug-Net- > FTPSSL@rt.cpan.org> wrote:
> > If you're still interested in having a "ls" command implemented with > > this difference let me know & I'll implement the ls/dir aliases in my > > module in my next release.
> > Yes, I am still interested in these aliases. Thanks!
OK, Version 0.42 had just been uploaded to CPAN. It should be available in the next couple of hours. Let me know if you have any issues with it.
Subject: Re: [rt.cpan.org #130578] Feature request: Support "ls" method for compatibility with Net::FTP
Date: Mon, 30 Sep 2019 21:15:10 -0400
To: bug-Net-FTPSSL [...] rt.cpan.org
From: "Edward J. Sabol" <edwardjsabol [...] gmail.com>
On Sep 30, 2019, at 8:44 PM, Curtis Leach via RT <bug-Net-FTPSSL@rt.cpan.org> wrote: Show quoted text
> OK, Version 0.42 had just been uploaded to CPAN. It should be available in the next couple of hours.
Wow! That was fast. Thank you for your continued support of this module. Cheers!