Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0ACBE200BD4 for ; Fri, 2 Dec 2016 06:24:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0937C160B10; Fri, 2 Dec 2016 05:24:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 50595160B0B for ; Fri, 2 Dec 2016 06:24:03 +0100 (CET) Received: (qmail 68407 invoked by uid 500); 2 Dec 2016 05:23:58 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 68226 invoked by uid 99); 2 Dec 2016 05:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2016 05:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 589032C1F56 for ; Fri, 2 Dec 2016 05:23:58 +0000 (UTC) Date: Fri, 2 Dec 2016 05:23:58 +0000 (UTC) From: "Hudson (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WAGON-458) Implementation for FTPS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Dec 2016 05:24:04 -0000 [ https://issues.apache.org/jira/browse/WAGON-458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15714095#comment-15714095 ] Hudson commented on WAGON-458: ------------------------------ SUCCESS: Integrated in Jenkins build maven-wagon #1317 (See [https://builds.apache.org/job/maven-wagon/1317/]) [WAGON-458] FTPSClient for Wagon (dan.tran: rev e30c31d4bd0762ec0ec54ae44fc1f3ef407c81c1) * (add) wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpsWagon.java * (edit) wagon-providers/wagon-ftp/pom.xml * (edit) wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java * (edit) wagon-providers/wagon-ftp/src/site/apt/index.apt > Implementation for FTPS > ----------------------- > > Key: WAGON-458 > URL: https://issues.apache.org/jira/browse/WAGON-458 > Project: Maven Wagon > Issue Type: Bug > Components: wagon-ftp > Affects Versions: 2.10 > Reporter: Witek > Assignee: Dan Tran > Labels: security > Fix For: 2.11 > > > h4. Descrption > There was a pull request created by [@flavioarcega|https://github.com/flavioarcega] Github user for FTPS support (please note, that FTPS is something different from SFTP). > For me the support for FTPS is also important. I'd like to use wagon-ftp extension for my project site deploying. I could use simple FTP protocol or FTPS with explicit TLS. > *actual:* > only simple FTP protocol is supported for wagon-ftp, which sends username and password in plaintext over the web > *expected:* > secure FTP client may be configured for wagon-ftp > h4. The sample configuration for FTPS could look like this: > *pom.xml:* > {code} > > ... > > ... > > ftp.server.id > ftp://ftp.example.com > > > ... > > {code} > *settings.xml:* > {code} > > ... > > ... > > ftp.server.id > username > password > > true > > > > > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)