frenchbeard / CFTP

FTP Client/Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFTP

FTP Client/Server

TODO

  • check error management
    • my_error.c checked, ready for confirmation
    • my_math.c checked, problem solved, see the source file
    • my_misc.c checked, ready for confirmation
    • my_string.c and string.1.c checked, ready for confirmation
  • move comment in *.h (and not *.c)
    • my_error.c & my_error.h done
    • my_math.c & my_math.h done
    • my_misc.c & my_misc.h done
    • my_string.c, my_string.1.c & my_string.h done
    • my_stdio.c, my_stdio.1.c & my_stdio.h not finished yet, but their is problem.
  • Complete my_stdio lib refactoring
  • complete my_printf functions
  • translate norm in english
  • rename all files in my_.[c,h]

About

FTP Client/Server

License:GNU General Public License v2.0


Languages

Language:C 97.2%Language:Makefile 2.8%