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 閱讀(561) 評論(0)  編輯  收藏 所屬分類: ioOpr

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


          網站導航:
           
          主站蜘蛛池模板: 高密市| 德江县| 竹溪县| 正安县| 双城市| 浪卡子县| 辉县市| 正镶白旗| 米林县| 泸西县| 黎城县| 磐安县| 南平市| 栾川县| 新兴县| 泸西县| 谷城县| 甘肃省| 宜宾县| 灵川县| 桦甸市| 多伦县| 兴海县| 洛扎县| 西平县| 苏尼特右旗| 呈贡县| 沈阳市| 眉山市| 涞源县| 平原县| 疏附县| 佛山市| 清徐县| 清丰县| 昭觉县| 高台县| 昌平区| 徐水县| 镶黄旗| 台南县|