Class FTPUtils
- java.lang.Object
-
- risesoft.data.transfer.stream.ftp.utils.FTPUtils
-
public class FTPUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ENCODING
-
Constructor Summary
Constructors Constructor Description FTPUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.commons.net.ftp.FTPClientgetClient(String host, int port, String userName, String password, String encoding, boolean isActiveModel)
-
-
-
Field Detail
-
DEFAULT_ENCODING
public static final String DEFAULT_ENCODING
- See Also:
- Constant Field Values
-
-