About: ProFTPD

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

ProFTPD (short for Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems and Microsoft Windows (via Cygwin).Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD's primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user.

Property Value
dbo:abstract
  • ProFTPD (Abkürzung für Pro FTP Daemon) ist ein freier FTP-Server, der auf Unix-Betriebssystemen und Windows mit Cygwin läuft. Er gehört zu den am häufigsten verwendeten FTP-Servern unter Unix-Betriebssystemen. (de)
  • ProFTPd es un servidor FTP. Se promociona desde su página web como estable y seguro, cuando se configura correctamente. El servidor ProFTPd se promociona a sí mismo como un "Software servidor FTP altamente configurable con licencia GPL" ("Highly configurable GPL-licensed FTP server software"). Los promotores dicen que ProFTPd está bien documentado, y la mayoría de configuraciones serán muy parecidas a aquellas que aparecen en las configuraciones de ejemplo. ProFTPd usa un único fichero de configuración "/etc/proftpd.conf". El fichero de configuración es muy similar al que tiene Apache. Puede ser fácilmente configurado como múltiples servidores FTP virtuales, y tiene capacidades para ser enjaulado dependiendo del sistema de archivos que haya por debajo. Puede ejecutarse con un demonio propio o como un servicio más de inetd. Es capaz de trabajar sobre IPv6. Su diseño es modular, lo que permite escribir extensiones como cifrado SSL/TLS, RADIUS, LDAP o SQL como módulos. (es)
  • ProFTPD (short for Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems and Microsoft Windows (via Cygwin).Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD's primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user. (en)
  • ProFTPD est un serveur FTP libre. Ses auteurs l'annoncent comme puissant et parfaitement sécurisé sur le site web consacré au logiciel. Il est distribué selon les termes de la licence GNU GPL. Ses partisans disent que ProFTPD est bien documenté et que la plupart des configurations seront proches de celles des exemples fournis avec le logiciel. Son unique fichier de configuration, proftpd.conf, utilise une syntaxe similaire à celle d'Apache permettant ainsi d'homogénéiser les fichiers de configuration. La directive include permet cependant de répartir les directives de configuration dans différents fichiers pour les cas plus complexes. Le logiciel permet de configurer plusieurs serveurs FTP virtuels et a la possibilité d'être utilisé dans un environnement dédié (chroot). Il peut être lancé comme un démon ou comme service inetd. Enfin, ProFTPD est compatible IPv6. Son architecture est modulaire, ce qui a permis d'écrire des extensions pour le support de la cryptographie SSL/TLS (protocole FTPS) et l'extension de l'authentification via des bases RADIUS, LDAP ou SQL. Le module SQL permet, en outre, le stockage en base de données des opérations effectuées sur le serveur FTP. La version 1.3.2 apporte également, via le module mod_sftp, le support des protocoles SFTP et SCP issus de SSH. (fr)
  • ProFTPDは、UNIX系OSのFTPサーバソフトウェアの一つ。セキュリティに不安のあったWU-FTPDに代わるものとして開発された。適切に設定すれば安定してセキュアな動作が可能であるとしている。ライセンス形態はGPL。 ProFTPDは一つの設定ファイル(/etc/proftpd.conf)のみを使用し、その形式はApache HTTP Serverのものと非常によく似ている。ProFTPDは単独のデーモンとして動作させることもinetdやxinetdから動作させることも可能である。 (ja)
  • ProFTPd é um servidor FTP para sistemas Linux bastante popular. O ProFTPD é um software livre e de código aberto, compatível com sistemas tipo-unix e Microsoft Windows (via Cygwin). Junto com vsftpd e Proftpd, ProFTPD está entre os servidores de FTP mais populares em ambientes tipo-Unix atualmente. Em comparação com aqueles, que por exemplo se concentrar na simplicidade, velocidade ou segurança, o ProFTPD tem como principal objetivo ser um grande recurso de servidor de FTP, expondo uma grande quantidade de opções de configuração para o usuário. (pt)
  • ProFTPD (Professional FTP Daemon) — FTP-сервер для Linux и UNIX-подобных операционных систем. ProFTPD использует лишь один конфигурационный файл proftpd.conf, который располагается по умолчанию в: * Linux — /etc/proftpd/proftpd.conf ( CentOS 7: /etc/proftpd.conf ) * FreeBSD — /usr/local/etc/proftpd.conf. Сервер может быть настроен для работы нескольких виртуальных хостов, также поддерживает chroot. Может быть запущен в виде отдельного сервера (демона) или в составе суперсервера inetd. Также поддерживает IPv6. Расширения: поддерживает модули, добавляющие SSL/TLS-шифрование, аутентификацию через LDAP, работу с SQL, туннелирование соединений через SSH. Работает со следующими операционными системами: AIX, BSD/OS, Cygwin, FreeBSD, HP-UX, IRIX, zSeries, Linux (включая Linux для IBM S/390), Mac OS X, NetBSD, OpenBSD, Solaris, Maemo. Встроенная поддержка Microsoft Windows отсутствует. Также имеется графический фронтенд для ProFTPD под названием gProFTPd. (ru)
  • ProFTPd是一套可配置性强的开放源代码的FTP伺服器软件,名稱最後的d字是因為在Linux中是用daemon來稱呼。ProFTPd与Apache的配置方式类似,因此十分容易配置和管理。 ProFTPd亦開發了有图形用户界面的FTP伺服器軟體稱為。 (zh)
dbo:license
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 36670576 (xsd:integer)
dbo:wikiPageLength
  • 5292 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1089691015 (xsd:integer)
dbo:wikiPageWikiLink
dbp:caption
  • ProFTPD logo (en)
dbp:developer
  • John Morrissey, Michael Renner, Daniel Roesen, TJ Saunders, et al. (en)
dbp:genre
  • FTP daemon (en)
dbp:license
dbp:logo
  • Logo of ProFTPD.png (en)
dbp:name
  • ProFTPD (en)
dbp:operatingSystem
  • Unix-like systems (en)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • ProFTPD (Abkürzung für Pro FTP Daemon) ist ein freier FTP-Server, der auf Unix-Betriebssystemen und Windows mit Cygwin läuft. Er gehört zu den am häufigsten verwendeten FTP-Servern unter Unix-Betriebssystemen. (de)
  • ProFTPD (short for Pro FTP daemon) is an FTP server. ProFTPD is Free and open-source software, compatible with Unix-like systems and Microsoft Windows (via Cygwin).Along with vsftpd and Pure-FTPd, ProFTPD is among the most popular FTP servers in Unix-like environments today. Compared to those, which focus e.g. on simplicity, speed or security, ProFTPD's primary design goal is to be a highly feature rich FTP server, exposing a large amount of configuration options to the user. (en)
  • ProFTPDは、UNIX系OSのFTPサーバソフトウェアの一つ。セキュリティに不安のあったWU-FTPDに代わるものとして開発された。適切に設定すれば安定してセキュアな動作が可能であるとしている。ライセンス形態はGPL。 ProFTPDは一つの設定ファイル(/etc/proftpd.conf)のみを使用し、その形式はApache HTTP Serverのものと非常によく似ている。ProFTPDは単独のデーモンとして動作させることもinetdやxinetdから動作させることも可能である。 (ja)
  • ProFTPd é um servidor FTP para sistemas Linux bastante popular. O ProFTPD é um software livre e de código aberto, compatível com sistemas tipo-unix e Microsoft Windows (via Cygwin). Junto com vsftpd e Proftpd, ProFTPD está entre os servidores de FTP mais populares em ambientes tipo-Unix atualmente. Em comparação com aqueles, que por exemplo se concentrar na simplicidade, velocidade ou segurança, o ProFTPD tem como principal objetivo ser um grande recurso de servidor de FTP, expondo uma grande quantidade de opções de configuração para o usuário. (pt)
  • ProFTPd是一套可配置性强的开放源代码的FTP伺服器软件,名稱最後的d字是因為在Linux中是用daemon來稱呼。ProFTPd与Apache的配置方式类似,因此十分容易配置和管理。 ProFTPd亦開發了有图形用户界面的FTP伺服器軟體稱為。 (zh)
  • ProFTPd es un servidor FTP. Se promociona desde su página web como estable y seguro, cuando se configura correctamente. El servidor ProFTPd se promociona a sí mismo como un "Software servidor FTP altamente configurable con licencia GPL" ("Highly configurable GPL-licensed FTP server software"). Su diseño es modular, lo que permite escribir extensiones como cifrado SSL/TLS, RADIUS, LDAP o SQL como módulos. (es)
  • ProFTPD est un serveur FTP libre. Ses auteurs l'annoncent comme puissant et parfaitement sécurisé sur le site web consacré au logiciel. Il est distribué selon les termes de la licence GNU GPL. Ses partisans disent que ProFTPD est bien documenté et que la plupart des configurations seront proches de celles des exemples fournis avec le logiciel. Son unique fichier de configuration, proftpd.conf, utilise une syntaxe similaire à celle d'Apache permettant ainsi d'homogénéiser les fichiers de configuration. La directive include permet cependant de répartir les directives de configuration dans différents fichiers pour les cas plus complexes. (fr)
  • ProFTPD (Professional FTP Daemon) — FTP-сервер для Linux и UNIX-подобных операционных систем. ProFTPD использует лишь один конфигурационный файл proftpd.conf, который располагается по умолчанию в: * Linux — /etc/proftpd/proftpd.conf ( CentOS 7: /etc/proftpd.conf ) * FreeBSD — /usr/local/etc/proftpd.conf. Сервер может быть настроен для работы нескольких виртуальных хостов, также поддерживает chroot. Может быть запущен в виде отдельного сервера (демона) или в составе суперсервера inetd. Также поддерживает IPv6. Также имеется графический фронтенд для ProFTPD под названием gProFTPd. (ru)
rdfs:label
  • ProFTPD (de)
  • ProFTPd (es)
  • ProFTPd (fr)
  • ProFTPD (ja)
  • ProFTPD (en)
  • ProFTPd (pt)
  • ProFTPD (ru)
  • ProFTPd (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • ProFTPD (en)
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License