Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Looks like a cut-and-paste typo - the following:
public void setFtpsType(FileSystemOptions opts, String ftpsType) { setParam(opts, USER_DIR_IS_ROOT, ftpsType); }
should surely be
public void setFtpsType(FileSystemOptions opts, String ftpsType) { setParam(opts, FTPS_TYPE, ftpsType); }