Github user jugi92 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2018#discussion_r145136408
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/util/SFTPTransfer.java
---
@@ -92,6 +93,39 @@
.defaultValue("true")
.required(true)
.build();
+ public static final PropertyDescriptor PROXY_HOST = new
PropertyDescriptor.Builder()
--- End diff --
Hi,
We would really like to see that the development goes into the direction
that SOCKS Proxy with authentication will also be available.
In many bigger companies it is a basic requirement and for us it is not
possible to provide those parameters through the -D Options as mentioned in
this comment:
https://community.hortonworks.com/questions/30339/how-to-configure-proxy-server-details-with-user-an.html
As JSCH offers all the possibilities and a reference implementation it
should be possible to integrate it and broaden the functionality of Nifi and
thus make it more attractive to companies.
Please feel free to discuss my opinion.
Best regards
---