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/05/31 15:03:21 UTC

[GitHub] maven-wagon pull request: Implementation for Secure FTP (FTPS protocol)

Github user wiiitek commented on the pull request:

    https://github.com/apache/maven-wagon/pull/22
  
    Hi, I were just looking into Maven Wagon FTP for security reasons and what i see is that it uses default `FTPClient()` constructor, which uses TLS protocol (in commons-net v. 3.5). So I assume it is secure.
    
    Could we have [site](https://maven.apache.org/wagon/wagon-providers/wagon-ftp/) updated in order to make it clear?
    
    @flavioarcega do you need support for some other protocols? If yes, maybe it would be better to have some configuration parameters and interface to various FTP clients? There is a lot of code duplicated between `FtpWagon` and `FtpsWagon` classes...


---
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