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

2017-01-22 Thread wiiitek
Github user wiiitek commented on the issue: https://github.com/apache/maven-wagon/pull/22 Hello, I believe that this pull request is not needed anymore. @flavioarcega , could you confirm that FTPS protocol is working for you with maven-wagon 2.11: http://maven.apache.org

[GitHub] maven-wagon issue #30: [WAGON-458] FTPSClient for Wagon

2017-01-16 Thread wiiitek
Github user wiiitek commented on the issue: https://github.com/apache/maven-wagon/pull/30 Those change were cherry-picked into master branch on 2016-12-02 by commit: https://github.com/apache/maven-wagon/commit/e30c31d4bd0762ec0ec54ae44fc1f3ef407c81c1 --- If your project is set

[GitHub] maven-wagon pull request #24: [wagon-ftp] support for secure FTP connection

2016-12-01 Thread wiiitek
Github user wiiitek closed the pull request at: https://github.com/apache/maven-wagon/pull/24 --- 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

[GitHub] maven-wagon issue #24: [wagon-ftp] support for secure FTP connection

2016-12-01 Thread wiiitek
Github user wiiitek commented on the issue: https://github.com/apache/maven-wagon/pull/24 I have created new pull request (with single commit): https://github.com/apache/maven-wagon/pull/30 --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] maven-wagon pull request #30: [WAGON-458] FTPSClient for Wagon

2016-12-01 Thread wiiitek
GitHub user wiiitek opened a pull request: https://github.com/apache/maven-wagon/pull/30 [WAGON-458] FTPSClient for Wagon I did deployed artifacts to some FTPS server with `endpointChecking=false`. This pull request still needs some testing against secure FTP server

[GitHub] maven-wagon issue #24: [wagon-ftp] support for secure FTP connection

2016-12-01 Thread wiiitek
Github user wiiitek commented on the issue: https://github.com/apache/maven-wagon/pull/24 Hello @dantran I can squash them. Should I create another pull request with only one commit? As some time passed I think that the secure FTP client could be chosen based on `ftps

[GitHub] maven-wagon issue #24: [wagon-ftp] support for secure FTP connection

2016-06-18 Thread wiiitek
Github user wiiitek commented on the issue: https://github.com/apache/maven-wagon/pull/24 I have created JIRA issue for wagon-ftp secure support: [WAGON-458](https://issues.apache.org/jira/browse/WAGON-458) --- If your project is set up for it, you can reply to this email and have

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

2016-06-02 Thread wiiitek
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

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

2016-05-31 Thread wiiitek
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