mperever commented on code in PR #318:
URL: https://github.com/apache/commons-vfs/pull/318#discussion_r996870857
##########
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java:
##########
@@ -244,6 +245,16 @@ public Boolean getPassiveMode(final FileSystemOptions
options) {
return getBoolean(options, PASSIVE_MODE);
}
+ /**
+ * Gets the active port range.
+ *
+ * @param options The FileSystemOptions.
+ * @return the FTP active port range
Review Comment:
since tag is added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]