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

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


          網站導航:
           
          主站蜘蛛池模板: 崇仁县| 永新县| 建阳市| 武隆县| 浮梁县| 长顺县| 金沙县| 迭部县| 交城县| 鄂温| 滁州市| 扶余县| 鄄城县| 杭州市| 交口县| 内江市| 靖西县| 缙云县| 镇宁| 涟源市| 喀喇沁旗| 陕西省| 呼玛县| 洪雅县| 金平| 蒙城县| 报价| 咸丰县| 峨边| 六安市| 绵竹市| 永登县| 夏津县| 周口市| 沙坪坝区| 兰坪| 苗栗县| 阿瓦提县| 高台县| 和政县| 东兰县|