Port details |
- fineftp-server C++ minimal FTP server library
- 1.3.1_2 ftp =2 1.3.1_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-09-02 18:15:09
- Last Update: 2023-05-15 21:11:25
- Commit Hash: 1f90eca
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/continental/fineftp-server
- Description:
- FineFTP is a minimal FTP server library for Windows and Unix flavors.
You can easily embed this library into your own project in order to create an
embedded FTP Server.
Features:
* FTP Passive mode (the only mode you need nowadays)
* Listing directories
* Uploading and downloading files
* Creating and removing files and directories
* User authentication (and anonymous user without authentication)
* Individual local home path for each user
* Access control on a per-user-basis
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fineftp-server>0:ftp/fineftp-server
- To install the port:
- cd /usr/ports/ftp/fineftp-server/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/fineftp-server
- pkg install fineftp-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fineftp-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1657587909
SHA256 (continental-fineftp-server-v1.3.1_GH0.tar.gz) = 2a51bb4fcae3b0462ff6e59b5610a65e0efd6f5787eefa34d3a91b57ce5ffdf1
SIZE (continental-fineftp-server-v1.3.1_GH0.tar.gz) = 26416
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- asio>0 : net/asio
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- asio>0 : net/asio
- This port is required by:
- for Libraries
-
- net/ecal
Configuration Options:
- No options to configure
- Options name:
- ftp_fineftp-server
- USES:
- cmake compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_2 15 May 2023 21:11:25 |
Jose Alonso Cardenas Marquez (acm) |
net/asio: Bump PORTREVISION. net/asio was updated to 1.28.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.1_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.3.1 12 Jul 2022 01:24:33 |
Yuri Victorovich (yuri) |
ftp/fineftp-server: Update 1.3.0 -> 1.3.1
Reported by: portscout |
1.3.0 13 Jan 2022 02:02:53 |
Yuri Victorovich (yuri) |
ftp/fineftp-server: Update 1.2.0 -> 1.3.0
Reported by: portscout |
1.2.0 21 Dec 2021 20:19:28 |
Yuri Victorovich (yuri) |
ftp/fineftp-server: Update 1.1.0 -> 1.2.0
Reported by: portscout |
1.1.0 03 Dec 2021 07:41:19 |
Yuri Victorovich (yuri) |
ftp/fineftp-server: Update 1.0.13 -> 1.1.0
Reported by: portscout |
1.0.13 02 Sep 2021 18:14:05 |
Yuri Victorovich (yuri) |
ftp/fineftp-server: New port: C++ minimal FTP server library |
Number of commits found: 9
|