======
README
======

Project Admin: Omni
Coder        : Omni
E-Mail       : omnipresent@email.it

===================
HOW TO USE THIS LIB
===================

=======================
 "INSTALL THE LIBRARY"
=======================

First of all run:

$ make

This will compile for you all the files

# make install

This make the library file named libOftp.a that has to be used to compile your codes

==================
 "DELETE LIBRARY"
==================

$ make clean

This command is used to remove the library. (Makefile has to be where the library and files are located)

=========================
 "UNINSTALL THE LIBRARY"
=========================

# make uninstall

======
 TIPS
======

1. ) In your codes you have to include the ftp_main header  ( #include <liboftp/ftp_main.h> )
	libOftp.a is located here: /usr/lib/libOftp.a

$ gcc your_code.c -lOftp -o your_code
$ ./your_code








