FTP連接的辦法以及配置方式是怎樣的,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。
成都創新互聯公司主要從事網站制作、網站設計、網頁設計、企業做網站、公司建網站等業務。立足成都服務隆化,十年網站建設經驗,價格優惠、服務專業,歡迎來電咨詢建站服務:028-86922220
使用FTP上傳工具進行遠程連接
FTP用于在FTP服務器和FTP客戶端之間上傳和下載文件,它最優秀的功能就是可以批量管理,可以將文件從一個主機傳輸到另一個主機。
地址: FTP上傳工具
使用FTP上傳工具最優秀的功能就是可以批量管理、批量上傳,適用于Windows系統,Linux系統和云服務器等,能極大的提高站長及服務器運維人員工作效率,同時FTP上傳工具還是vnc客戶端,真正實現了一站式管理,非常方便。
java下配置連接FTP:
public void putTxtToFTP() { System.out.println("開始執行定時器任務:維系一鍵訂單量!"); Calendar calendar = Calendar.getInstance(); calendar.add(Calendar.DATE, -1); //得到前一天 Date date = calendar.getTime(); SimpleDateFormat df = new SimpleDateFormat("yyyyMMdd"); String yesterday = df.format(date); StringBuffer yjtjOrderTxt = new StringBuffer(); yjtjOrderTxt.append("yjtywx_").append(yesterday).append(".txt"); List<WxActiveData> yjtjOrderList = activeDataService.wxGetYjtjOrder(); //FtpUtil ftpUtil = new FtpUtil("hexin","hx105155","134.64.105.155", "/yjtydd"); //測試庫FTP FtpUtil ftpUtil = new FtpUtil("ahftp","ahdx@#$_123dic","192.168.0.28", "/yjtydd"); PrintWriter printWriter = null; File highFeeFile = new File(Contants.FILE_PATH_BAK + yjtjOrderTxt);//Contants.FILE_PATH_BAK = "/opt/wss/domains/tmp/" // File highFeeFile = new File("D:/" + highFeeTxt); // File gjmyFile = new File("D:/" + gjmyTxt); //File highFeeFile = new File("D:/" + yjtjOrderTxt); try { printWriter = new PrintWriter(new FileWriter(highFeeFile, true)); for (int i = 0; i < yjtjOrderList.size(); i++){ printWriter.println(yjtjOrderList.get(i).toString().trim()); } } catch (IOException e) { System.out.println("主動服務 高額數據報表任務異常!"); }finally{ printWriter.close(); } if(highFeeFile.exists()){ System.out.println("主動服務定時器任務 高額數據 上傳成功"+yjtjOrderTxt.toString()); ftpUtil.uploadFile(highFeeFile, yjtjOrderTxt.toString()); }else{ System.out.println("主動服務定時器任務 高額數據 上傳失敗"+yjtjOrderTxt.toString()); } System.out.println("服務器批量查排名-查詢結果"); } public ActiveDataService getActiveDataService() { return activeDataService; } public void setActiveDataService(ActiveDataService activeDataService) { this.activeDataService = activeDataService; }
看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注創新互聯行業資訊頻道,感謝您對創新互聯的支持。
網站名稱:FTP連接的辦法以及配置方式是怎樣的
文章分享:http://m.newbst.com/article44/jeiche.html
成都網站建設公司_創新互聯,為您提供響應式網站、網站導航、手機網站建設、企業建站、小程序開發、網站設計
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯