diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java
index e8fec4d555..6e7566181c 100644
--- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java
+++ b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java
@@ -44,8 +44,16 @@ import org.apache.nifi.processors.standard.util.FTPTransfer;
@Tags({"remote", "copy", "egress", "put", "ftp", "archive", "files"})
@CapabilityDescription("Sends FlowFiles to an FTP Server")
@SeeAlso(GetFTP.class)
-@DynamicProperties({@DynamicProperty(name="pre.cmd._____", value="Not used", description="The command specified in the key will be executed before doing a put"),
- @DynamicProperty(name="post.cmd._____", value="Not used", description="The command specified in the key will be executed after doing a put")})
+@DynamicProperties({@DynamicProperty(name="pre.cmd._____", value="Not used", description="The command specified in the key will be executed before doing a put. You may add these optional properties " +
+ " to send any commands to the FTP server before the file is actually transferred (before the put command)." +
+ " This option is only available for the PutFTP processor, as only FTP has this functionality. This is" +
+ " essentially the same as sending quote commands to an FTP server from the command line. While this is the same as sending a quote command, it is very important that" +
+ " you leave off the ."),
+ @DynamicProperty(name="post.cmd._____", value="Not used", description="The command specified in the key will be executed after doing a put. You may add these optional properties " +
+ " to send any commands to the FTP server before the file is actually transferred (before the put command)." +
+ " This option is only available for the PutFTP processor, as only FTP has this functionality. This is" +
+ " essentially the same as sending quote commands to an FTP server from the command line. While this is the same as sending a quote command, it is very important that" +
+ " you leave off the .")})
public class PutFTP extends PutFileTransfer
-
-
-
-
-
-
-
diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html
index c1d80aa43d..59bc7070d3 100644
--- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html
+++ b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html
@@ -27,32 +27,5 @@
result evaluations in memory. Accordingly, it is important to consider the anticipated profile of content being
evaluated by this processor and the hardware supporting it especially when working against large JSON documents.
-
-
- Modifies Attributes: -
- -
- This processor adds user-defined attributes if the <Destination> property is set to
- flowfile-attribute
.
-
- Properties -
-