【发布时间】:2014-06-29 23:45:52
【问题描述】:
我不知道下面的连接是否正确,我有一个IOException。
sb=ftp://IDUSER:password@ftp.fercode.com/manolo;type=i
URL url = new URL( sb.toString() );
URLConnection urlc = url.openConnection();
urlc.getOutputStream();// this line throws a IOException
【问题讨论】: