[ANNOUNCE] Net::FTPSSL 0.03

[ANNOUNCE] Net::FTPSSL 0.03

am 05.09.2005 16:54:46 von kral

Hi everyone,
version 0.03 of Net::FTPSSL has been uploaded on CPAN today.

DESCRIPTION:
Net::FTPSSL is an object oriented Perl module which implements a simple
FTP client over a Secure Shell Layer (SSL) connection, written following
the directives described in RFC959 and RFC2228.

CHANGELOG:
0.03 05/09/2005 15.01.52
- cdup(), mkdir() and rmdir() added
- A better sysread() and syswrite() use on list(), nlst(), get(),
put() and uput() methods
- Added autoflush on list(), nlst(), get(), put() and uput() methods
- A better interactive test, (the previous one sucked, this one is a
little better! ^_^)
- Other minor fixes

LINKS:
CPAN page: http://search.cpan.org/~kral/Net-FTPSSL-0.03/
Project page: http://developer.berlios.de/projects/net-ftpssl/

The project is far from completion, so any suggestions are welcome! :D

Ciao,
--
.. . | "In girum imus nocte et consumimur igni."
| , ,-. ,-. | | -- Virgilio
|< | ,-| | |
' ` ' `-^ `' |

Re: [ANNOUNCE] Net::FTPSSL 0.03

am 06.09.2005 09:27:28 von Sisyphus

"kral" wrote in message
news:hdr7xelsqcgf$.1pz3v5lg5no4y$.dlg@40tude.net...
>
> Hi everyone,
> version 0.03 of Net::FTPSSL has been uploaded on CPAN today.
>

One minor nitpick:
I notice that your tarballs for all of the versions unpack to a directory
called 'net-ftpssl'. Normally you would have it so that
Net-FTPSSL-0.02.tar.gz unpacks to a directory called 'Net-FTPSSL-0.02', and
Net-FTPSSL-0.03.tar.gz unpacks to a directory called 'Net-FTPSSL-0.03', etc.

That is, you've ignored the case-preservation and versioning conventions
that usually apply to the top-level directory. (How can you possibly sleep
peacefully at night :-)

Cheers,
Rob.

Re: [ANNOUNCE] Net::FTPSSL 0.03

am 06.09.2005 22:58:08 von kral

Sisyphus wrote:

> One minor nitpick:
> I notice that your tarballs for all of the versions unpack to a directory
> called 'net-ftpssl'. Normally you would have it so that
> Net-FTPSSL-0.02.tar.gz unpacks to a directory called 'Net-FTPSSL-0.02', and
> Net-FTPSSL-0.03.tar.gz unpacks to a directory called 'Net-FTPSSL-0.03', etc.
>
> That is, you've ignored the case-preservation and versioning conventions
> that usually apply to the top-level directory. (How can you possibly sleep
> peacefully at night :-)

Yes, you're right :)

It's just a matter of laziness, I promise to fix it on the next release.

Thanks,
--
.. . |"in girum imus nocte et consumimur igni"
| , ,-. ,-. | | -- Virgilio
|< | ,-| | |
' ` ' `-^ `' |

Re: [ANNOUNCE] Net::FTPSSL 0.03

am 08.09.2005 08:43:33 von Ilya Zakharevich

[A complimentary Cc of this posting was sent to
kral
], who wrote in article <1h2hoz3.qqnill135zzkqN%kral@despammed.com>:
> > I notice that your tarballs for all of the versions unpack to a directory
> > called 'net-ftpssl'. Normally you would have it so that
> > Net-FTPSSL-0.02.tar.gz unpacks to a directory called 'Net-FTPSSL-0.02', and
> > Net-FTPSSL-0.03.tar.gz unpacks to a directory called 'Net-FTPSSL-0.03', etc.
> >
> > That is, you've ignored the case-preservation and versioning conventions
> > that usually apply to the top-level directory. (How can you possibly sleep
> > peacefully at night :-)
>
> Yes, you're right :)
>
> It's just a matter of laziness, I promise to fix it on the next release.

*Really* lazy people just type

make dist

Hope this helps,
Ilya

Re: [ANNOUNCE] Net::FTPSSL 0.03

am 08.09.2005 09:52:43 von kral

Ilya Zakharevich wrote:

> *Really* lazy people just type
>
> make dist
>
> Hope this helps,

Thank you very much! :D

I think I missed that command when I was reading "Writing Perl modules
for CPAN" :-\

Ciao,
--
.. . |"In girum imus nocte et consumimur igni"
| , ,-. ,-. | | -- Virgilio
|< | ,-| | |
' ` ' `-^ `' |