| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: based on ports/71731
Submitted by: maintainer
|
|
|
|
|
| |
Reported by: kris
Approved by: portmgr (krion)
|
|
|
|
|
|
|
|
| |
s/USE_PERL/USE_PERL5/
PR: ports/72281
Submitted by: Roman Bogorodskiy (maintainer)
Approved by: portmgr (marcus)
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
| |
PR: ports/71963
Submitted by: maintainer
Approved by: portmgr (linimon).
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
- Use OPTIONS
- Install documentation in more correct way
PR: ports/71021
Submitted by: maintainer
|
|
|
|
|
| |
PR: 68644
Submitted by: Krzysztof Stryjek <wtp+proftpd@bsdguru.org>
|
| |
|
|
|
|
|
| |
PR: ports/70723
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
| |
|
|
|
|
|
|
| |
PR: ports/70612
Submitted by: Marc Silver
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/70670
Submitted by: Matthias Andree (maintainer)
|
|
|
|
|
| |
PR: ports/70624
Submitted by: Rudolf Cejka (maintainer)
|
|
|
|
|
|
|
| |
- Fix build on amd64
- Move patches to external site
Noticed by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Features:
o multiple FTP sessions (tabs)
o transfer queue
o TLS/SSL support for encrypted connections
o partial X509 certificate support for authentication
o FXP transfer support (site-to-site)
o OTP (one time password) support - s/key, md5, rmd160, sha1
o drag and drop support
o site bookmarking
o encrypted bookmark support (password can be saved to KWallet)
o distributed FTP support (PRET)
o SSCN and CPSV support
o skiplist
WWW: http://kftpgrabber.sourceforge.net/
|
|
|
|
|
| |
FORBIDDEN due to a vulerability. I really don't think anyone is going
to put the effort into un-FORBIDDENing it.
|
| |
|
|
|
|
|
| |
FORBIDDEN due to a vulerability. I really don't think anyone is going
to put the effort into un-FORBIDDENing it.
|
|
|
|
| |
http://vuxml.freebsd.org/c4b025bb-f05d-11d8-9837-000c41e2cdad.html
|
|
|
|
| |
http://www.vuxml.org/freebsd/c4b025bb-f05d-11d8-9837-000c41e2cdad.html
|
|
|
|
| |
has no maintainer, and is broken on CURRENT.
|
|
|
|
|
|
| |
Only docs was changed, no source.
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Mark IGNORE on amd64, crahes on startup.
Probably broken on other 64bit archs too, because of a lot of LP64-warnings.
|
|
|
|
| |
Submitted by: Robert Nagy <robert@openbsd.org>
|
|
|
|
|
| |
PR: ports/70420
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 70202
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
|
| |
|
|
|
|
|
| |
the new gcc in -CURRENT, but also makes a giant leap forward WRT
example programs: they actually run instead of dumping core now!
|
|
|
|
| |
contains some new functionality.
|
|
|
|
|
| |
PR: 70085
Submitted by: Marwan BURELLE
|
|
|
|
|
| |
PR: ports/70164
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/70131
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
<http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html>
Obtained from: gentoo cvs
|
|
|
|
|
|
|
| |
connection under some circumstances.
Approved by: maintainer timeout (2 months)
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
PR: ports/68339
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout (20 days)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c
--- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004
+++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004
@@ -466,16 +466,6 @@
fprintf(stderr, recargchar, optchar);
pure_optopt = optchar;
return BADARG;
- } else if (!(flags & FLAG_PERMUTE)) {
- /*
- * If permutation is disabled, we can accept an
- * optional arg separated by whitespace so long
- * as it does not start with a dash (-).
- */
- if (pure_optind + 1 < nargc && pure_optind + 1 > 0 &&
- *nargv[pure_optind + 1] != '-') {
- pure_optarg = nargv[++pure_optind];
- }
} else {
pure_optarg = nargv[pure_optind];
}
Reported by: sem
|
|
|
|
|
| |
PR: ports/69343
Submitted by: maintainer
|
| |
|
|
|
|
| |
Submitted by: sumikawa
|
|
|
|
| |
Among other things, 'ps' won't show user, password, account options.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/69098
Submitted by: Xin LI <delphij@frontfree.net>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
(it's a sad thing if you can't even do "cvs delete" in your ports
directory without loosing all kinds of important files)
Noticed by: eik
|
|
|
|
| |
Noticed by: kris / pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
|
| |
PR: ports/68684
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ChiP <chip-set@mail.ru>
|
|
|
|
| |
Approved by: krion (mentor)
|
|
|
|
|
|
|
| |
see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog
- new option WITH_VSFTPD_SSL
- honor CC, LDFLAGS
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/68713
Submitted by: Jason Harris <jharris@widomaker.com>
|
|
|
|
|
|
|
| |
Support WITHOUT_NLS
PR: ports/68630
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
|
|
|
|
|
| |
PR: ports/68562
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Use OPTIONS
- Convert rc script to rcNG
PR: ports/68240, ports/68289
Submitted by: Toni Viemero <toni.viemero@iki.fi>, Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Expand variables in pkg-message
- Move users.sample to better place
PR: ports/68164
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
|
|
|
| |
KDE pureftpd user manager
|
|
|
|
|
| |
PR: ports/68044
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/67422
Submitted by: Brad Davis <so14k@so14k.com>
Approved by: maintainer timeout (16 days)
|
|
|
|
|
|
| |
PR: ports/66702
Submitted by: Roman Neuhauser
Approved by: maintainer silence
|
|
|
|
| |
Requested by: David Thiel <lx@redundancy.redundancy.org>
|
| |
|
| |
|
|
|
|
|
| |
PR: 44019
Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
| |
PR: ports/67680
Submitted by: Radim Kolar
|
| |
|
|
|
|
|
| |
- Add patch to work around a problem with transfers not starting properly
in the default install
|
|
|
|
| |
dependent ports.
|
|
|
|
|
| |
PR: 67535
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/67528
Submitted by: maintainer
|
|
|
|
| |
Adds support for ACCT amongst other things.
|
|
|
|
|
|
| |
PR: ports/67445
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/67362
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
| |
Submitted by: Victor Sudakov <vas at mpeks dot tomsk dot su>
|
|
|
|
|
| |
PR: ports/67289
Submitted by: Ports Fury
|
|
|
|
| |
- Utilize WITHOUT_NLS
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
| |
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
|
|
|
|
| |
Need by dtc port.
|
|
|
|
|
|
|
| |
- Add WITH_UTF8 and WITH_TCL knobs
PR: ports/67121
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
| |
|
|
|
|
|
|
| |
not on the whole server.
Informed maintainer.
|
|
|
|
|
| |
PR: ports/66741
Submitted by: Rudolf Cejka (maintainer)
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
|
| |
PR: 66700
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
| |
Wget with "PRO" features
|
| |
|
|
|
|
|
|
|
|
| |
- Support NOPORTDOCS
- Support PLIST_FILES
PR: ports/66750
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/66703
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/66701
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/66699
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/66698
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
|
|
|
|
| |
PR: ports/66707
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Unquote COMMENT.
Ditch two-line plist file.
Approved by: krion (mentor)
|
|
|
|
| |
Allow for slave ports
|
|
|
|
|
| |
PR: 66502
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
|
|
|
|
|
|
| |
PR: ports/66457
Submitted by: Fredrik Lindberg <fliREMOVEME@shapeshifter.se>
Approved by: adamw (mentor)
|
|
|
|
|
| |
PR: ports/66427
Submitted by: maintainer
|
|
|
|
|
|
| |
Reported by: bento via kris
Tested by: pav
Approved by: marcus (backup mentor)
|
|
|
|
|
|
|
|
|
| |
primary OS any longer.
Thanks for all your work, Serge! Sorry to see you go.
PR: 66407
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
|
| |
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
|
|
|
|
| |
PR: ports/66278
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
List of features:
- user can classify URLs before downloading
- every category has independent of configuration that can be inherited by
download
- batch mode can generate URLs
- supports import URLs from .html files
- supports export URLs ( for wget -i )
WWW: http://urlget.sourceforge.net/
PR: ports/62465
Submitted by: Nosov Artem <chip-set@mail.ru>
Approved by: marcus (backup mentor)
|
|
|
|
|
| |
PR: ports/66255
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/65877
Submitted by: maintainer
|
|
|
|
|
|
|
| |
a dependency (rexx-regina) needs them.
- Pet portlint (COMMENT > 70 chars)
Approved by: linimon (implicit)
|
|
|
|
| |
Approved by: marius
|
|
|
|
|
|
| |
CURLOPT_PASSWDDATA options which have been deprecated since curl-7.10.8.
Reported by: dosirak via kris
|
|
|
|
|
| |
PR: ports/65744
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
|
|
|
|
| |
PR: 62557
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
| |
installed as `bin/ncftp'. This behavior can be changed by building with
INSTALL_AS_NCFTP3 for ncftp3; and INSTALL_AS_NCFTP for ncftp & ncftp2.
|
|
|
|
|
|
| |
- Maintainer informed
(huge) Pointy hat to: me
|
|
|
|
| |
Pointy hat to: kris
|
|
|
|
|
| |
PR: ports/62373
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Features:
o ftps encryption via AUTH TLS
o fxp (direct server to server transfer)
o bookmarking system
o concurrent connections to multiple hosts
|
|
|
|
|
|
| |
- Take back maintainership
Noticed by: bento via kris [1]
|
|
|
|
| |
Reported on: dosirak
|
| |
|
|
|
|
|
| |
preparation for fixing some breakage resulting from curl-7.11.1 finally
removing two options marked obsolete for over a year.
|
| |
|
|
|
|
|
|
| |
PR: ports/64950
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer timeout (2 weeks)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/65338
Submitted by: Dmitry A. Yanko <fm@code.org.ua> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
|
|
|
|
| |
PR: 65006
Submitted by: Jochen Gensch <incmc@gmx.de>
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: trevor
Approved by: arved (mentor)
|
|
|
|
|
| |
PR: ports/64856
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
PR: 64667
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
|
|
|
|
|
|
|
| |
IPv6 is enabled IPv4 is not listened to by default. You need
to update proftpd.conf if you want to support both.
Also, remove a substitution that was incorrectly 'fixing'
the manpage.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/64673
Submitted by: maintainer
|
| |
|
|
|
|
| |
Noticed by: kris via bento
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
|
|
|
| |
Take care, Serge!
PR: ports/64517
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
Approved by: mat (mentor)
|
| |
|
|
|
|
|
|
|
| |
A powerful FTP server supporting IPv6, virtual hosts, fine
grained permissions, and much more.
WWW: http://www.morth.org/moftpd/
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
| |
|
|
|
|
|
| |
PR: 64101
Submitted by: Janos Mohacsi
|
|
|
|
|
| |
PR: ports/64172
Submitted by: "Liam J. Foy" <liamfoy@sepulcrum.org>
|
|
|
|
|
| |
PR: ports/64126
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
|
|
|
|
|
| |
PR: ports/64043
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/63926
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Matt Zimmerman <mdz@debian.org>
|
|
|
|
| |
Submitted by: Matt Zimmerman <mdz@debian.org>
|
|
|
|
| |
and a minor bug fix was made to the source.
|
|
|
|
|
| |
PR: ports/63799
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/63650
Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Add SIZE
PR: ports/63604
Submitted by: Jason Harris <jharris@widomaker.com>
|
|
|
|
| |
* No longer mirrored on sunsite.
|
|
|
|
|
|
| |
PR: ports/62626
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (15 days)
|
|
|
|
|
| |
PR: ports/63423
Submitted by: Jason Harris <jharris@widomaker.com>
|
| |
|
|
|
|
| |
Approved by: arved (mentor)
|
|
|
|
|
| |
PR: 63214
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Support CXXFLAGS properly
PR: ports/62814
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
A set of routines that implement the FTP protocol
|
|
|
|
|
|
| |
use the OPTIONS macro
Suggested by: adamw [1]
|
|
|
|
| |
Approved by: maintainer informed
|
|
|
|
|
| |
PR: ports/62584
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/60740
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
|
|
|
|
| |
- Support GPG signature
PR: ports/62322
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: maintainer
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
|
|
|
|
| |
PR: ports/62296
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
|
|
|
|
| |
PR: ports/62069
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> (maintainer)
|
|
|
|
| |
Submitted by: Attila Nagy <bra@fsn.hu>
|
|
|
|
|
|
| |
it never worked on non-i386 in any case.
No objection was noted since a checking in Oct 2004 proclaiming this.
|
|
|
|
|
| |
PR: ports/62104
Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
|
|
|
|
|
| |
PR: ports/62176
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
|
|
|
|
| |
Noticed by: bento via kris
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
wmget is a dock app for the GNU Window Maker window manager
which makes it more convenient to perform long downloads in the
background.
PR: ports/61736
Submitted by: Ulrich Spoerlein <q@uni.de>
|
|
|
|
|
| |
PR: 61644
Submitted by: maintainer
|
|
|
|
|
|
| |
to power ftp-master.cz.FreeBSD.org
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
|
|
|
|
| |
- Quiet portlint on RUN_DEPENDS
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/61722
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
|
| |
|
|
|
|
|
| |
PR: ports/61740
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
| |
|
|
|
|
|
|
|
|
|
| |
- use rcNG script
- make configure script happy with CONFIGURE_TARGET
- use PORTDOCS to autoaddition docs in PLIST
PR: 61561
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 61530
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by: erwin (mentor) (implicitly)
|
|
|
|
|
|
|
|
|
|
|
| |
devel/wget starts to lag behind the releases of wget.
At least with a development version we are able to figure
out when it is stable enough to ftp/wget updated.
Add CONFLICTS to ftp/wget/Makefile
PR: ports/61155
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
| |
PR: 61223
Submitted by: Nosov Artem <chip-set@mail.ru> (maintainer)
|
|
|
|
|
|
|
|
| |
because the EINTR error isn't handled: "426 Data connection:
Interrupted system call".
PR: 61221
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ftp/proftpd port creates /usr/local/share/doc/proftpd and
installs the two HTML files from ProFTPd's docs directory
into it. But it doesn't copy the html files from the contrib
directory which describe the optional modules (mod_tls,
mod_radius, etc.) and their configuration options.
Also moved the portdocs to the PORTDOCS environment variable.
PR: ports/56511
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Reviewed by: maintainer timeout
|
| |
|
| |
|
|
|
|
| |
This fixes memory leaks and other serious bugs in 3.1.6.
|
|
|
|
| |
- we now depend on Perl 5.6.1
|
|
|
|
|
|
|
|
|
|
| |
cmdftp is a command line FTP client for Unix systems that
features shell-like functions, passive mode, local and remote
transparent modes, broken connection resumption, multiple and
recursive file transfers, auto-login, and more.
PR: 60759
Submitted by: Andreas Fehlner <fehlner@gmx.de>
|
| |
|
|
|
|
|
|
| |
reality.
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
ProMA is a PHP4 based system for administrating a ProFTPd
server storing users in a MySQL database.
PR: ports/55924
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
|