public final class FTPUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
download(String url,
int port,
String username,
String password,
String remotePath,
String fileName) |
static List<byte[]> |
download(String url,
int port,
String username,
String password,
String remotePath,
String dirName,
String filePattern) |
public static byte[] download(String url, int port, String username, String password, String remotePath, String fileName) throws IOException
IOExceptionpublic static List<byte[]> download(String url, int port, String username, String password, String remotePath, String dirName, String filePattern) throws IOException
IOExceptionCopyright © 2017. All rights reserved.