PFTP

kyle

This is another learning project. I read the FTP protocol and try to realize it in Perl. The main feature has been completed, but still a lot of work still needed. Currently, I am out of time to enhance it, please join me to improve it if you have time.

There are 7 modules in this project, each one performs different function:
PFTP_Modules/
PFTP_Modules/PFTP_Server.pm
PFTP_Modules/clt.pl
PFTP_Modules/svr.pl
PFTP_Modules/PFTP_User.pm
PFTP_Modules/PFTP_Utilities.pm
PFTP_Modules/PFTP_Common.pm
PFTP_Modules/PFTP_Constants.pm
PFTP_Modules/PFTP_Authen.pm
PFTP_Modules/PFTP_Kernel.pm

This program is Copyright 2011 by kyle li . This program is free software; you can redistribute it and/or modify it under the terms of the Perl Artistic License or the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

If you do not have a copy of the GNU General Public License write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.