[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/compo

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

2017-01-11 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven-wagon/pull/22 #30 introduced an {{FTPSWagon}}. Is this PR obsolete? I know that FTPS != FTP with TLS, isn't it? --- If your project is set up for it, you can reply to this email and have your reply appear o

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

2016-06-04 Thread flavioarcega
Github user flavioarcega commented on the issue: https://github.com/apache/maven-wagon/pull/22 I'm sharing an implementation that I've been using of the FTPS Protocol based on the original FtpWagon class with commons-net 3.4 --- If your project is set up for it, you can reply to this

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

2016-06-02 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven-wagon/pull/22 @wiiitek The code snippet was just an example whow it could be solved for `ftps`. If updating Commons Net simply solves the issue, why not? I don't have any FTPS servers at hand to test your ch

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