| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 04:36:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090509000725
location: https://web.archive.org/web/20090509000725/https://pureftpd.darwinports.com/
server-timing: captures_list;dur=0.835156, exclusion.robots;dur=0.061412, exclusion.robots.policy;dur=0.043145, esindex;dur=0.015064, cdx.remote;dur=14.720884, LoadShardBlock;dur=277.393661, PetaboxLoader3.datanode;dur=191.425658, PetaboxLoader3.resolve;dur=28.392817
x-app-server: wwwb-app221-dc8
x-ts: 302
x-tr: 323
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 10 Jan 2026 04:36:27 GMT
content-type: text/html
x-archive-orig-date: Sat, 09 May 2009 00:05:52 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Sat, 09 May 2009 00:07:25 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_9_20090508172043_crawl102-c/51_9_20090508234840_crawl103.arc.gz
server-timing: captures_list;dur=1.030205, exclusion.robots;dur=0.022756, exclusion.robots.policy;dur=0.010162, esindex;dur=0.022087, cdx.remote;dur=240.247780, LoadShardBlock;dur=287.926861, PetaboxLoader3.resolve;dur=77.378857, PetaboxLoader3.datanode;dur=233.690063, load_resource;dur=125.646682
x-app-server: wwwb-app221-dc8
x-ts: 200
x-tr: 756
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Pureftpd version 1.0.21 - How to Download and Install on Mac OS X
|
|||||||||
Friday the 8th of May, 2009 |
|||||||||
pureftpd most recent diffversion 1.0.21
Scroll down toward the bottom of the page to get installation instructions for pureftpd. The raw portfile for pureftpd 1.0.21 is located here: https://pureftpd.darwinports.com/dports/net/pureftpd/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/pureftpd The pureftpd Portfile 30239 2007-10-23 01:55:09Z jmpp PortSystem 1.0 Name: pureftpd Version: 1.0.21 Category: net Platform: darwin Maintainers: nomaintainer Homepage: https://pureftpd.org/ Description: A fast and standard-conformant FTP server Long Description: Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based upon Troll-FTPd. Unlike other popular FTP servers, it's designed to be secure in default configuration, has no known buffer overflow, it is really trivial to set up and it is especially designed for modern kernels. Features include chroot()ed and/or virtual chroot()ed home directories, virtual domains, built-in 'ls', anti-warez system, bounded ports for passive downloads, FXP protocol, bandwidth throttling, ratios, LDAP / MySQL / PostgreSQL-based authentication, fortune files, Apache-like log files, fast standalone mode, text / HTML / XML real-time status report, virtual users, virtual quotas and more. Master Sites: ftp://ftp.pureftpd.org/pure-ftpd/releases/ ftp://ftp.fr.pureftpd.org/pure-ftpd/releases/ distname pure-ftpd-${version} use_bzip2 yes Checksums: md5 ca8a8dbec0cd9c8ea92fc4c37ea9c410 sha1 1405ff2b9b9c3616c4e390eb99779884173a3347 rmd160 1ad61243c1f8a8d1055ee839eec0d9117681cf20 Patch Files: patch-pam_pureftpd.diff configure.args --with-everything --with-virtualchroot --with-paranoidmsg --with-pam --with-rendezvous --without-capabilities --mandir=${prefix}/share/man --infodir=${prefix}/share/info destroot.destdir prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -v -W ${worksrcpath} AUTHORS CONTACT FAQ HISTORY NEWS README README.Authentication-Modules README.Configuration-File README.LDAP README.MacOS-X README.MySQL README.PGSQL README.TLS README.Virtual-Users pureftpd-ldap.conf pureftpd-mysql.conf pureftpd-pgsql.conf THANKS ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/pam/pure-ftpd ${destroot}${prefix}/share/doc/${name} } # Notify the user how to launch the ftpd post-install { ui_msg "\nYou can now start PureFTPd in 3 ways," ui_msg "either via xinetd, in standalone mode, or" ui_msg "if you're using Mac OS X 10.4 / Darwin 8.x" ui_msg "via launchd(8).\n" ui_msg "If you're under Mac OS X 10.3 or Mac OS X 10.4," ui_msg "you have to copy ${prefix}/share/doc/${name}/pure-ftpd" ui_msg "to /etc/pam.d and use the '-lpam' flag when" ui_msg "launching pure-ftpd to have PAM working.\n" } platform darwin 6 { configure.args-delete --with-pam } Variant: tls { depends_lib lib:libssl.0.9:openssl configure.args-append --with-tls --with-certfile=${prefix}/etc/ssl/private/pure-ftpd.pem } Variant: nobanner { configure.args-append --without-banner } Variant: french { configure.args-append --with-language=french } Variant: french_funny { configure.args-append --with-language=french-funny } Variant: german { configure.args-append --with-language=german } Variant: spanish { configure.args-append --with-language=spanish } Variant: italian { configure.args-append --with-language=italian } Variant: polish { configure.args-append --with-language=polish } Variant: danish { configure.args-append --with-language=danish } Variant: romanian { configure.args-append --with-language=romanian } Variant: brazilian { configure.args-append --with-language=brazilian } Variant: slovak { configure.args-append --with-language=slovak } Variant: dutch { configure.args-append --with-language=dutch } Variant: korean { configure.args-append --with-language=korean } Variant: swedish { configure.args-append --with-language=swedish } Variant: norwegian { configure.args-append --with-language=norwegian } Variant: russian { configure.args-append --with-language=russian } Variant: czech { configure.args-append --with-language=czech } Variant: traditional_chinese { configure.args-append --with-language=traditional-chinese } Variant: simplified_chinese { configure.args-append --with-language=simplified-chinese } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/pureftpdYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using pureftpd with these commands: % man pureftpd Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg pureftpd on MacOSX Download the Darwinports Installer version 1.7 How to Install Darwinports Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |



