ProFTPD is an FTP server. The ProFTPD server is a configurable GNU GPL-licensed FTP server software for Linux and Unix based operating systems.

PropertyValue
dbpedia-owl:abstract
  • ProFTPd 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.
  • ProFTPD is an FTP server. The ProFTPD server is a configurable GNU GPL-licensed FTP server software for Linux and Unix based operating systems.
  • 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.
  • ProFTPDは、UNIX系OSのFTPサーバソフトウェアの一つ。セキュリティに不安のあったWU-FTPDに代わるものとして開発された。 適切に設定すれば安定してセキュアな動作が可能であるとしている。ライセンス形態はGPL。 ProFTPDは一つの設定ファイル()のみを使用し、その形式はApache HTTP Serverのものと非常によく似ている。 ProFTPDは単独のデーモンとして動作させることもinetdやxinetdから動作させることも可能である。
  • ProFTPd é um servidor FTP para sistemas Linux bastante popular. Um dos principais arquivos do Proftpd se encontra em /etc/proftpd. conf
  • ProFTPd是一套可配置性强的开放源代码的FTP伺服器软件,名稱最後的d字是因為在Linux中是用daemon來稱呼。ProFTPd与Apache的配置方式类似,因此十分容易配置和管理。 ProFTPd亦開發了有图形用户界面的FTP伺服器軟體稱為gProFTPd。
  • ProFTPd — FTP-сервер для Linux и UNIX-подобных операционных систем. ProFTPd использует лишь один конфигурационный файл «proftpd. conf», который располагается по умолчанию в: Linux — «/etc/proftpd/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.
  • ProFTPd est un serveur FTP libre. Ses auteurs l'annoncent comme puissant et parfaitement sécurisé sur le site web dédié 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é. 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 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.
dbpedia-owl:latestReleaseVersion
  • 1.3.3e
dbpedia-owl:license
dbpedia-owl:wikiPageExternalLink
dbpprop:genre
  • FTP daemon
dbpprop:latestReleaseVersion
  • 1 (xsd:integer)
dbpprop:license
dbpprop:name
  • ProFTPd
dbpprop:operatingSystem
dbpprop:website
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dcterms:subject
rdf:type
rdfs:comment
  • ProFTPd 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.
  • ProFTPD is an FTP server. The ProFTPD server is a configurable GNU GPL-licensed FTP server software for Linux and Unix based operating systems.
  • ProFTPDは、UNIX系OSのFTPサーバソフトウェアの一つ。セキュリティに不安のあったWU-FTPDに代わるものとして開発された。 適切に設定すれば安定してセキュアな動作が可能であるとしている。ライセンス形態はGPL。 ProFTPDは一つの設定ファイル()のみを使用し、その形式はApache HTTP Serverのものと非常によく似ている。 ProFTPDは単独のデーモンとして動作させることもinetdやxinetdから動作させることも可能である。
  • ProFTPd é um servidor FTP para sistemas Linux bastante popular. Um dos principais arquivos do Proftpd se encontra em /etc/proftpd. conf
  • ProFTPd是一套可配置性强的开放源代码的FTP伺服器软件,名稱最後的d字是因為在Linux中是用daemon來稱呼。ProFTPd与Apache的配置方式类似,因此十分容易配置和管理。 ProFTPd亦開發了有图形用户界面的FTP伺服器軟體稱為gProFTPd。
  • 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 — FTP-сервер для Linux и UNIX-подобных операционных систем. ProFTPd использует лишь один конфигурационный файл «proftpd. conf», который располагается по умолчанию в: Linux — «/etc/proftpd/proftpd. conf» FreeBSD — «/usr/local/etc/proftpd. conf» Сервер может быть настроен для работы нескольких виртуальных хостов, также поддерживает chroot. Может быть запущен в виде отдельного сервера (демона) или в составе суперсервера inetd. Также поддерживает IPv6.
  • ProFTPd est un serveur FTP libre. Ses auteurs l'annoncent comme puissant et parfaitement sécurisé sur le site web dédié 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.
rdfs:label
  • ProFTPd
  • ProFTPd
  • ProFTPd
  • ProFTPd
  • ProFTPD
  • ProFTPd
  • ProFTPd
  • ProFTPd
owl:sameAs
foaf:homepage
foaf:name
  • ProFTPd
foaf:page
is dbpedia-owl:wikiPageRedirects of
is owl:sameAs of
is foaf:primaryTopic of