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