You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by wiiitek <gi...@git.apache.org> on 2016/06/02 15:02:29 UTC

[GitHub] maven-wagon issue #22: Implementation for Secure FTP (FTPS protocol)

Github user wiiitek commented on the issue:

    https://github.com/apache/maven-wagon/pull/22
  
    Hi, @michael-o, thank you for your reply,
    
    as I understand wagon-http provider could recognize https protocol and use it when its needed?
    But I am using **wagon-ftp** provider for uploading the site to remote location using:
    
        </distributionManagement>
            <site>
                <id>some-id</id>
                <url>ftp://example.com/some/path</url>
            </site>
        </distributionManagement>
    
    I have seen [in the code](https://github.com/apache/maven-wagon/blob/wagon-2.10/wagon-providers/wagon-ftp/src/main/java/org/apache/maven/wagon/providers/ftp/FtpWagon.java#L115) that the default constructor for FTPClient is used. If we upgrade to commons-net in version 3.5, then explicit TLS is used by default.
    
    But what about commons-net version 3.1? Is it secure to use wagon-ftp provider with `ftp:` protocol? May we use `ftps:` in url?
    
    Could we have the change in [wagon-providers/wagon-ftp/src/site/apt/index.apt](https://github.com/apache/maven-wagon/blob/wagon-2.10/wagon-providers/wagon-ftp/src/site/apt/index.apt) to have it documented?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org