摘要: ``` public class FtpUtils { //ftp服务器地址 public String hostname = "192.168.1.249"; //ftp服务器端口号默认为21 public Integer port = 21 ; //ftp登录账号 public String use... 阅读全文
posted @ 2018-06-09 01:03 李凯伦 阅读(196) 评论(0) 推荐(0)