public class FTPUtil extends Object
Constructor and Description |
---|
FTPUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
createUrl(String protocol,
String host,
long port,
String username,
String passPhrase,
String basePath) |
static boolean |
notValidProtocol(String url) |
static boolean |
validProtocol(String url) |
Copyright © 2018. All rights reserved.