|
Posted by kral on September 5, 2005, 4:54 pm
Please log in for more thread options
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
|< | ,-| | |
' ` ' `-^ `' |<uggc://jjj.gurqvenpfrn.bet>
|
|
Posted by Sisyphus on September 6, 2005, 5:27 pm
Please log in for more thread options
>
> 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.
|
|
Posted by kral on September 6, 2005, 10:58 pm
Please log in for more thread options
> 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
|< | ,-| | |
' ` ' `-^ `' |<uggc://jjj.gurqvenpfrn.bet>
|
|
Posted by Ilya Zakharevich on September 8, 2005, 6:43 am
Please log in for more thread options
[A complimentary Cc of this posting was sent to
kral
> > 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
|
|
Posted by kral on September 8, 2005, 9:52 am
Please log in for more thread options
> *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
|< | ,-| | |
' ` ' `-^ `' |<uggc://jjj.gurqvenpfrn.bet>
|
| Similar Threads | Posted | | Need help with Net::FTPSSL | January 20, 2007, 2:09 pm |
| Net::FTPSSL | April 12, 2007, 9:10 pm |
| ANNOUNCE: PDL-2.4.3 | August 22, 2006, 7:46 am |
| [ANNOUNCE] MultiProcFactory 0.01 | September 20, 2004, 6:29 am |
| ANNOUNCE: WWW::Webrobot 0.50 | September 29, 2004, 10:46 am |
| ANNOUNCE: WWW::Webrobot 0.51 | October 1, 2004, 9:54 am |
| ANNOUNCE: tclperl-3.1 | October 11, 2004, 4:56 am |
| [ANNOUNCE] POD2::IT 0.09 | September 8, 2005, 11:06 am |
| ANNOUNCE: Teradata::SQL v0.01 | November 17, 2005, 3:23 pm |
| [ANNOUNCE] POD2::IT 0.10 | November 21, 2005, 9:44 am |
|