About: FTPS

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

FTPS (also known as FTP-SSL and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and, formerly, the Secure Sockets Layer (SSL, which is now prohibited by RFC7568) cryptographic protocols. FTPS should not be confused with the SSH File Transfer Protocol (SFTP), a secure file transfer subsystem for the Secure Shell (SSH) protocol with which it is not compatible. It is also different from FTP over SSH, which is the practice of tunneling FTP through an SSH connection.

Property Value
dbo:abstract
  • FTPS (comunament referit com FTP/SSL) és un nom usat per abastar un nombre de formes en les quals el programari File Transfer Protocol o FTP pot realitzar transferències de fitxers segures. Cada forma comporta l'ús d'una capa SSL/TLS sota el protocol estàndard FTP per xifrar els canals de control i/o dades. No s'ha de confondre amb el protocol segur de transferència de fitxers SFTP, el qual sol ser usat amb SSH. L'ús més comú de FTP i SSL és: * AUTH TLS o FTPS Explícit, nomenat pel comando emès per indicar que la seguretat TLS és obligatòria. Aquest és el mètode preferit d'acord amb el document RFC que defineix FTP sobre TLS. El client es connecta al port 21 del servidor i comença una sessió FTP sense xifrar de manera tradicional, però demana que la seguretat TLS sigui usada i realitza la negociació apropiada abans d'enviar qualsevol dada sensible. * AUTH com està definit en el RFC 2228. * FTPS Implícit és un estil antic, però encara àmpliament implementat en el qual el client es connecta a un port diferent (com per exemple el 990), i es realitza una negociació SSL abans que s'enviï qualsevol ordre FTP. (ca)
  • FTPS, FTP/SSL nebo FTP se SSL/TLS označuje v informatice různá rozšíření protokolu FTP, která zajišťují zabezpečený přenos citlivých informací přes počítačovou síť (přihlašovací jméno, heslo nebo i vlastní přenášená data). FTPS by nemělo být zaměňováno za SFTP nebo Secure FTP (FTP přes SSH). (cs)
  • إن بروتوكول نقل الملفات غير آمن فالمعلوات المنقولة عبر الشبكة أثناء الإتصال بين الزبون والخادم منقولة بوضوح تام ما يمكن أي مستخدم لأبسط أدوات تتبع الشبكات من الحصول على معلومات مثل اسم المستخدم وكلمة المرور والملفات المنقولة لذا يمكن استعمال وسائل أخرى مثل إف تي بي إس. إف تي بي إس هو بروتوكول نقل الملفات الآمن ("FTPs" أو "FTP/SSL") (من الإنجليزية File Transfer Protocol Secure) هو الاسم المستخدم للتعبير عن ميثاق ااتصال بـبروتوكول نقل الملفات عن طريق الـ SSL أو TLS أي عن طريق اتصال مشفر بالإف.تي.بي. يسمح لمن اتصل بخادم من التحقق من هوية الخادم الذي اتصل به باستخدام شهادة مصادقة كما يسمح بتشفيرالاتصالات كما سبق. فهو يسمح باستخدام أنواع مختلفة منمستويات الأمان: (SSL v2 ، SSL v3 ، TLS v1 ، TLS v1.1)؛ هناك إمكانية للمصادقة باستخدام شهادات ومفاتيح PEM / ASN1 أو PKCS12 عند العمل مع خوادم بروتوكول نقل الملفات الآمن؛ كما يدعم البرنامج عمليات نقل البيانات الآمنة. (ar)
  • FTP über SSL oder FTP over TLS, kurz FTPS, ist eine Methode zur Verschlüsselung des File Transfer Protocol (FTP). (de)
  • FTPS (also known as FTP-SSL and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and, formerly, the Secure Sockets Layer (SSL, which is now prohibited by RFC7568) cryptographic protocols. FTPS should not be confused with the SSH File Transfer Protocol (SFTP), a secure file transfer subsystem for the Secure Shell (SSH) protocol with which it is not compatible. It is also different from FTP over SSH, which is the practice of tunneling FTP through an SSH connection. (en)
  • FTPS (comúnmente referido como FTP/SSL) es un nombre usado para abarcar un número de formas en las cuales el protocolo FTP puede realizar transferencias de ficheros seguras. Cada forma conlleva el uso de una capa SSL/TLS debajo del protocolo estándar FTP para cifrar los canales de control y/o datos. No debe confundirse con el protocolo seguro de transferencia de ficheros SFTP, el cual suele ser usado con SSH. Para solucionar el problema de la confidencialidad (cifrado de los datos) en la autenticación y en la transferencia de datos, se decidió añadir una capa de seguridad SSL/TLS al propio protocolo FTP. FTPS y FTPES también se conocen como FTP over TLS/SSL, y están basados en el propio protocolo FTP. El uso más común de FTP y SSL es: * AUTH TLS o FTPS Explícito, nombrado por el comando emitido para indicar que la seguridad TLS es obligatoria. Este es el método preferido de acuerdo al RFC que define FTP sobre TLS. El cliente se conecta al puerto 21 del servidor y comienza una sesión FTP sin cifrar de manera tradicional, pero pide que la seguridad TLS sea usada y realiza la negociación apropiada antes de enviar cualquier dato sensible. * AUTH como está definido en el RFC 2228. * FTPS Implícito es un estilo antiguo, pero todavía ampliamente implementado en el cual el cliente se conecta a un puerto distinto (como por ejemplo el 990), y se realiza una negociación SSL antes de que se envíe cualquier comando FTP. (es)
  • Le File Transfer Protocol Secure, abrégé FTPS, est un protocole de communication destiné à l'échange informatique de fichiers sur un réseau TCP/IP, variante du FTP, sécurisé avec les protocoles SSL ou TLS. Il permet au visiteur de vérifier l'identité du serveur auquel il accède grâce à un certificat d'authentification. Il permet également de chiffrer la communication. (fr)
  • FTPS(FTP Secure, FTP-SSL, FTPES, S-FTP)는 일반적으로 쓰이는 파일 전송 프로토콜(FTP)의 확장으로, 기존의 FTP에 전송 계층 보안(TLS)과 보안 소켓 계층(SSL) 암호화 프로토콜에 대한 지원이 추가되었다. FTPS는 SSH 파일 전송 프로토콜(SFTP)나 파일 전송 프로토콜(Secure FTP)와는 다르다. (ko)
  • FTPS (anche noto come FTPES, FTP-SSL, S-FTP and FTP Secure) è un'estensione del protocollo File Transfer Protocol (FTP) a cui viene aggiunta la cifratura Transport Layer Security (TLS) o Secure Sockets Layer (SSL). FTPS non deve essere confuso con SSH File Transfer Protocol (SFTP), un sottosistema di trasferimento di file sicuri per il Secure Shell (SSH) con cui non è compatibile. (it)
  • FTPS (File Transfer Protocol over SSL/TLS) は、FTPで送受信するデータをTLSまたはSSLで暗号化する通信プロトコル。IETFにより、RFC 2228 や RFC 4217 で標準化されている。 既定のWell-known Portは、990/tcp。 SFTP (SSH File Transfer Protocol) はSSHの上でFTPとは別個のプロトコルにてファイル転送を実現するコマンドである。そのためSFTPはSSHのポートを使い既定のWell-known Portは22/tcpであり、FTPSとは全くの別物である。 (ja)
  • FTPS (znany także jako FTP Secure i FTP-SSL) – rozszerzenie protokołu File Transfer Protocol (FTP), umożliwiające wsparcie dla szyfrowanych protokołów Transport Layer Security (TLS) oraz Secure Sockets Layer (SSL). FTPS nie powinien być mylony z niekompatybilnym protokołem SSH File Transfer Protocol (SFTP), stanowiącym podsystem dla protokołu SSH. Różni się on też od protokołu , stosowanego jako tunelowanie FTP poprzez połączenie SSH (FTP over SSH'). FTPS używa portu 990 TCP dla kontroli przesyłu oraz 989 TCP dla transferu danych w trybie aktywnym. (pl)
  • FTP over SSL, officieel FTPS en ook bekend als FTP Secure en FTP-SSL, is een uitbreiding voor het veelgebruikte file transfer protocol (FTP) dat ondersteuning voor Transport Layer Security (TLS) en Secure Sockets Layer (SSL) biedt. FTPS mag niet met SSH File Transfer Protocol (SFTP) verward worden. Het verschilt ook van FTP over SSH waarbij FTP via een SSH-verbinding getunneld wordt en , waarmee bestanden over een shellverbinding (SSH, ) verstuurd worden. (nl)
  • FTPS (File Transfer Protocol + SSL, или FTP/SSL) — это расширение широко используемого протокола передачи данных FTP, которое добавляет поддержку для криптографических протоколов уровней транспортной безопасности и защищенных сокетов. FTPS не следует путать с SFTP, он так же отличается и от FTP через SSH - передачи FTP данных и команд в защищённом SSH соединении. (ru)
  • SSL File Transfer Protocol eller FTPS är en form av SSL/TLS-krypterad FTP som finns i två varianter och skall inte förväxlas med SFTP som använder SSH. Implicit SSL FTP använder sig av en särskild port till skillnad från Explicit SSL FTP som kan köra på samma som vanliga kontrollkanalen. Vid uppkopplingen kommer klienten och servern överens om vilken kryptering som skall användas under resten av tiden. All följande kommunikation är krypterad. Även dataporten krypteras vid Implicit SSL FTP. (sv)
  • FTPS (abreviação de: FTP/SSL) é um nome usado para indicar que o software FTP proporciona uma transferência de arquivos segura. Envolve o uso de um protocolo FTP SSL/TLS de criptografia no controle de canais FTP. Muitos confundem este tipo de transferência com o SSH file transfer protocol (protocolo de transferência de arquivos SSH, ou FTP SSH).Acessível pela porta TCP/UDP :990 (pt)
  • FTPS是一种对常用的文件传输协议(FTP)添加传输层安全(TLS)和安全套接层(SSL)加密协议支持的扩展协议。 FTPS不應與基於SSH的SSH文件传输协议或是Secure FTP协议相混淆。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1259153 (xsd:integer)
dbo:wikiPageLength
  • 11334 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1122908565 (xsd:integer)
dbo:wikiPageWikiLink
dbp:basedOn
dbp:ports
  • For implicit FTPS, 990 for control, 989 for data transfer (en)
dbp:purpose
dbp:rfcs
  • RFC 959 , RFC 8446 , RFC 4217 (en)
dbp:title
  • File Transfer Protocol over TLS (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • FTPS, FTP/SSL nebo FTP se SSL/TLS označuje v informatice různá rozšíření protokolu FTP, která zajišťují zabezpečený přenos citlivých informací přes počítačovou síť (přihlašovací jméno, heslo nebo i vlastní přenášená data). FTPS by nemělo být zaměňováno za SFTP nebo Secure FTP (FTP přes SSH). (cs)
  • FTP über SSL oder FTP over TLS, kurz FTPS, ist eine Methode zur Verschlüsselung des File Transfer Protocol (FTP). (de)
  • FTPS (also known as FTP-SSL and FTP Secure) is an extension to the commonly used File Transfer Protocol (FTP) that adds support for the Transport Layer Security (TLS) and, formerly, the Secure Sockets Layer (SSL, which is now prohibited by RFC7568) cryptographic protocols. FTPS should not be confused with the SSH File Transfer Protocol (SFTP), a secure file transfer subsystem for the Secure Shell (SSH) protocol with which it is not compatible. It is also different from FTP over SSH, which is the practice of tunneling FTP through an SSH connection. (en)
  • Le File Transfer Protocol Secure, abrégé FTPS, est un protocole de communication destiné à l'échange informatique de fichiers sur un réseau TCP/IP, variante du FTP, sécurisé avec les protocoles SSL ou TLS. Il permet au visiteur de vérifier l'identité du serveur auquel il accède grâce à un certificat d'authentification. Il permet également de chiffrer la communication. (fr)
  • FTPS(FTP Secure, FTP-SSL, FTPES, S-FTP)는 일반적으로 쓰이는 파일 전송 프로토콜(FTP)의 확장으로, 기존의 FTP에 전송 계층 보안(TLS)과 보안 소켓 계층(SSL) 암호화 프로토콜에 대한 지원이 추가되었다. FTPS는 SSH 파일 전송 프로토콜(SFTP)나 파일 전송 프로토콜(Secure FTP)와는 다르다. (ko)
  • FTPS (anche noto come FTPES, FTP-SSL, S-FTP and FTP Secure) è un'estensione del protocollo File Transfer Protocol (FTP) a cui viene aggiunta la cifratura Transport Layer Security (TLS) o Secure Sockets Layer (SSL). FTPS non deve essere confuso con SSH File Transfer Protocol (SFTP), un sottosistema di trasferimento di file sicuri per il Secure Shell (SSH) con cui non è compatibile. (it)
  • FTPS (File Transfer Protocol over SSL/TLS) は、FTPで送受信するデータをTLSまたはSSLで暗号化する通信プロトコル。IETFにより、RFC 2228 や RFC 4217 で標準化されている。 既定のWell-known Portは、990/tcp。 SFTP (SSH File Transfer Protocol) はSSHの上でFTPとは別個のプロトコルにてファイル転送を実現するコマンドである。そのためSFTPはSSHのポートを使い既定のWell-known Portは22/tcpであり、FTPSとは全くの別物である。 (ja)
  • FTPS (znany także jako FTP Secure i FTP-SSL) – rozszerzenie protokołu File Transfer Protocol (FTP), umożliwiające wsparcie dla szyfrowanych protokołów Transport Layer Security (TLS) oraz Secure Sockets Layer (SSL). FTPS nie powinien być mylony z niekompatybilnym protokołem SSH File Transfer Protocol (SFTP), stanowiącym podsystem dla protokołu SSH. Różni się on też od protokołu , stosowanego jako tunelowanie FTP poprzez połączenie SSH (FTP over SSH'). FTPS używa portu 990 TCP dla kontroli przesyłu oraz 989 TCP dla transferu danych w trybie aktywnym. (pl)
  • FTP over SSL, officieel FTPS en ook bekend als FTP Secure en FTP-SSL, is een uitbreiding voor het veelgebruikte file transfer protocol (FTP) dat ondersteuning voor Transport Layer Security (TLS) en Secure Sockets Layer (SSL) biedt. FTPS mag niet met SSH File Transfer Protocol (SFTP) verward worden. Het verschilt ook van FTP over SSH waarbij FTP via een SSH-verbinding getunneld wordt en , waarmee bestanden over een shellverbinding (SSH, ) verstuurd worden. (nl)
  • FTPS (File Transfer Protocol + SSL, или FTP/SSL) — это расширение широко используемого протокола передачи данных FTP, которое добавляет поддержку для криптографических протоколов уровней транспортной безопасности и защищенных сокетов. FTPS не следует путать с SFTP, он так же отличается и от FTP через SSH - передачи FTP данных и команд в защищённом SSH соединении. (ru)
  • SSL File Transfer Protocol eller FTPS är en form av SSL/TLS-krypterad FTP som finns i två varianter och skall inte förväxlas med SFTP som använder SSH. Implicit SSL FTP använder sig av en särskild port till skillnad från Explicit SSL FTP som kan köra på samma som vanliga kontrollkanalen. Vid uppkopplingen kommer klienten och servern överens om vilken kryptering som skall användas under resten av tiden. All följande kommunikation är krypterad. Även dataporten krypteras vid Implicit SSL FTP. (sv)
  • FTPS (abreviação de: FTP/SSL) é um nome usado para indicar que o software FTP proporciona uma transferência de arquivos segura. Envolve o uso de um protocolo FTP SSL/TLS de criptografia no controle de canais FTP. Muitos confundem este tipo de transferência com o SSH file transfer protocol (protocolo de transferência de arquivos SSH, ou FTP SSH).Acessível pela porta TCP/UDP :990 (pt)
  • FTPS是一种对常用的文件传输协议(FTP)添加传输层安全(TLS)和安全套接层(SSL)加密协议支持的扩展协议。 FTPS不應與基於SSH的SSH文件传输协议或是Secure FTP协议相混淆。 (zh)
  • إن بروتوكول نقل الملفات غير آمن فالمعلوات المنقولة عبر الشبكة أثناء الإتصال بين الزبون والخادم منقولة بوضوح تام ما يمكن أي مستخدم لأبسط أدوات تتبع الشبكات من الحصول على معلومات مثل اسم المستخدم وكلمة المرور والملفات المنقولة لذا يمكن استعمال وسائل أخرى مثل إف تي بي إس. إف تي بي إس هو بروتوكول نقل الملفات الآمن ("FTPs" أو "FTP/SSL") (من الإنجليزية File Transfer Protocol Secure) هو الاسم المستخدم للتعبير عن ميثاق ااتصال بـبروتوكول نقل الملفات عن طريق الـ SSL أو TLS أي عن طريق اتصال مشفر بالإف.تي.بي. (ar)
  • FTPS (comunament referit com FTP/SSL) és un nom usat per abastar un nombre de formes en les quals el programari File Transfer Protocol o FTP pot realitzar transferències de fitxers segures. Cada forma comporta l'ús d'una capa SSL/TLS sota el protocol estàndard FTP per xifrar els canals de control i/o dades. No s'ha de confondre amb el protocol segur de transferència de fitxers SFTP, el qual sol ser usat amb SSH. L'ús més comú de FTP i SSL és: (ca)
  • FTPS (comúnmente referido como FTP/SSL) es un nombre usado para abarcar un número de formas en las cuales el protocolo FTP puede realizar transferencias de ficheros seguras. Cada forma conlleva el uso de una capa SSL/TLS debajo del protocolo estándar FTP para cifrar los canales de control y/o datos. No debe confundirse con el protocolo seguro de transferencia de ficheros SFTP, el cual suele ser usado con SSH. El uso más común de FTP y SSL es: (es)
rdfs:label
  • إف تي بي إس (ar)
  • FTPS (ca)
  • FTPS (cs)
  • FTP über SSL (de)
  • FTPS (es)
  • FTPS (en)
  • FTPS (it)
  • File Transfer Protocol Secure (fr)
  • FTPS (ja)
  • FTPS (ko)
  • FTPS (pl)
  • FTP over SSL (nl)
  • FTPS (pt)
  • FTPS (ru)
  • SSL File Transfer Protocol (sv)
  • FTPS (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:genre of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is owl:differentFrom 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