Oo ' Smiling on Java ' oO

          從夢里回來,依然記得夢里有你...

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            8 隨筆 :: 0 文章 :: 10 評論 :: 0 Trackbacks
          ???? public ? static ? void ?main(Sting args[])?
          ????
          {
          ????????String?createTime?
          = ?createTime();
          ????????String?uid?
          = ? " XXX " ;
          ????????String?pwd?
          = ? " xxx " ;
          ????????String?ftpAddressIp?
          = ? " **.**.**.*** " ;
          ????????
          int ?port? = ? 21 ;
          ????????String?local?
          = ? " d:// " + ?createTime? + " .xls " ;
          ????????String?remote?
          = ? " remoteFile.xls " ;
          ????????
          try
          ????????
          {
          ????????????FTPClient?ftp?
          = ? new ?FTPClient();
          ????????????ftp.setControlEncoding(
          " GBK " ); // 設置編碼方式,解決中文亂碼
          ????????????ftp.connect(ftpAddressIp,port); // 連接
          ????????????ftp.login(uid,?pwd); // 登陸
          ????????????ftp.changeWorkingDirectory( " list " ); // 轉到目錄

          ????????????
          // 輸出文件
          ????????????File?file? = ? new ?File(local);
          ????????????FileOutputStream?fos?
          = ? new ?FileOutputStream(file);
          ????????????
          // 將remote文件輸出到本地
          ????????????ftp.retrieveFile(remote?,?fos);
          ????????????
          // 關閉
          ????????????fos.close();
          ????????????ftp.logout();
          ????????????ftp.disconnect();
          ????????}

          ????????
          catch ?(Exception?e)
          ????????
          {
          ????????????e.printStackTrace();????????????
          ????????}

          ????}

          ????
          ????
          public ? static ?String?createTime()
          ????
          {
          ????????Date?date?
          = ? new ?Date();
          ????????SimpleDateFormat?form?
          = ? new ?SimpleDateFormat( " yyyyMMddmmss " );
          ????????String?createTime?
          = ?form.format(date);
          ????????
          return ?createTime;????????
          ????}
          posted on 2007-12-14 00:44 Jwin 閱讀(563) 評論(0)  編輯  收藏 所屬分類: ioOpr

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 德令哈市| 彩票| 贵定县| 西乌| 紫阳县| 无极县| 桓台县| 饶阳县| 迁西县| 宁化县| 长武县| 嘉鱼县| 绿春县| 乌鲁木齐县| 南澳县| 张北县| 华安县| 卢氏县| 团风县| 唐河县| 浦江县| 镇江市| 二手房| 手机| 聂荣县| 神农架林区| 徐汇区| 娱乐| 瑞丽市| 福鼎市| 峨山| 和平县| 和静县| 上饶市| 宁南县| 兴化市| 延津县| 高雄市| 滦平县| 敖汉旗| 红原县|