java上傳檔案到遠端伺服器下的共享資料夾

2021-09-12 06:05:19 字數 966 閱讀 5302

[b][size=medium][size=x-large][color=black]1. 匯入jcifs-1.3.14.1.jar架包,建立類smb

2. 宣告屬性

private static logstream log = logstream.getinstance(); //列印日誌

private string url = "";

private smbfile smbfile = null;

private smbfileoutputstream smbout = null;

private static smb smb = null; //共享檔案協議

3. 得到smb和連線的方法

public static synchronized smb getinstance(string url)

/*** @param url伺服器路徑

*/private smb(string url)

public void init() catch (malformedurlexception e) catch (ioexception e)

}4. 上傳檔案的方法

/*** 上傳檔案到伺服器

*/public int uploadfile(file file)

flag = 0;

log.println("檔案傳輸結束...");

} catch (smbexception e) catch (malformedurlexception e) catch (unknownhostexception e) catch (ioexception e) finally catch (exception e2)

}return flag;

}5. 在main方法裡面測試

public static void main(string args) [/color][/size][/size][/b]

JAVA檔案上傳FTP遠端伺服器

方法一 字串檔案流不生成本地檔案 ftpclient ftpclient new ftpclient try catch exception e finally catch exception e ftpclient.enterlocalpassivemode 這個方法的意思就是每次資料連線之前,f...

Java實現上傳檔案到本地伺服器

public static void main string args throws ioexception dateformat sdf new dateformat yyyymmddhhss 目標檔名稱 建立目標檔案 file targetfile new file filepath targe...

AngularJs 上傳檔案到伺服器

define angular angular route angular resource angular animate angular growl angular ngupload controllers index directives index filters index services...