SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

README - DRftp Version 1.2.0

WHAT IS DRftp?

DRftp is small library that allows asynchronous communication with ftp-server. There is implemented XS-interface, so you can use this library in Perl-scripts. One script is distributed with this library, it allows more ftp-connections at same time, supports fully automated recursive get/put, automatic restart etc. It may be configured while running with any perl-command or script. The character "D" means "distributed" - you can run simple ftp-clients on other computers, but they are controlled with the main drftp-server. Simple security supported.

LICENSING

DRftp comes with complete free source code. DRftp-library is available under the terms of the GNU Library General Public License, perl-scripts are completely free See COPYING file for details.

ON-LINE DOCUMENTATION

All of the documentation is in HTML on

http://atrey.karlin.mff.cuni.cz/~rat/drftp/documentation.html

The copy of this file is in the doc/ directory.

BUILDING AND INSTALLING DRftp

In most cases you can just type "make". This will run configure with the default (no) options and then compile everything.

If you haven't gcc as your default C++ compiler, you should change EXTRA_{C,LD}FLAGS in the Makefile.

Since version 1.2.0 you needn't asprintf function (GNU libc), so you can compile it on every system with POSIX and ANSI functions. Also you must have perl installed (5.004m4 works).

INTERNET RESOURCES

Rftp is available on the 'net in a bunch of locations:

REPORTING BUGS

To report a bug in DRftp, send an email to rat@atrey.karlin.mff.cuni.cz. Please include the DRftp version, operating system & version, and compiler that you are using when describing the bug or problem.

For general support and questions, use the same address.

COPYRIGHT

This library is free software; you can redistribute it and/or modify it under the terms of 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 library 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 (file COPYING).

You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

vi: set tw=70:


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.