https://github.com/paolostivanin/polftp
Simple FTP client written in C
https://github.com/paolostivanin/polftp
Last synced: 3 months ago
JSON representation
Simple FTP client written in C
- Host: GitHub
- URL: https://github.com/paolostivanin/polftp
- Owner: paolostivanin
- License: other
- Created: 2012-04-19T13:05:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T20:21:08.000Z (about 10 years ago)
- Last Synced: 2025-02-06T06:16:26.473Z (4 months ago)
- Language: C
- Homepage: https://www.paolostivanin.com
- Size: 730 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
PolFTP
========
PolFTP is a simple C implementation of a FTP client.
It is developed by:* Paolo "Polslinux" Stivanin
Version
-------
The software is in **alpha** stage.RoadMap
-------
Read the ChangeLog fileRequirements
------------
* GCC (>=4.6.0) or Clang (>= 3.2)
* Make
* GNU/LinuxCompiling
---------
`git clone https://github.com/polslinux/PolFTP.git`
`cd /path/to/PolFTP`
`make`
When the compilation phase finished, you will find the `polftp` binary inside the project root directory.How to use polftp
--------------------
ToDoLicense
-------
All the code is released under the license GNU AGPL v3 and above.
Web Site
--------
Developer web site:
Project web site: