mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 03:25:04 +00:00
NIFI-332: Exposed proxy properties on PutFTP as well
This commit is contained in:
parent
8a1a4b807e
commit
afe446774d
@ -71,7 +71,12 @@ public class PutFTP extends PutFileTransfer<FTPTransfer> {
|
|||||||
properties.add(FTPTransfer.LAST_MODIFIED_TIME);
|
properties.add(FTPTransfer.LAST_MODIFIED_TIME);
|
||||||
properties.add(FTPTransfer.PERMISSIONS);
|
properties.add(FTPTransfer.PERMISSIONS);
|
||||||
properties.add(FTPTransfer.USE_COMPRESSION);
|
properties.add(FTPTransfer.USE_COMPRESSION);
|
||||||
|
properties.add(FTPTransfer.PROXY_TYPE);
|
||||||
|
properties.add(FTPTransfer.PROXY_HOST);
|
||||||
|
properties.add(FTPTransfer.PROXY_PORT);
|
||||||
|
properties.add(FTPTransfer.HTTP_PROXY_USERNAME);
|
||||||
|
properties.add(FTPTransfer.HTTP_PROXY_PASSWORD);
|
||||||
|
|
||||||
this.properties = Collections.unmodifiableList(properties);
|
this.properties = Collections.unmodifiableList(properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user