|
@@ -148,7 +148,7 @@ public class ViewController extends Controller {
|
|
|
public void ttt4() {
|
|
|
try {
|
|
|
DataService dataService = new DataService();
|
|
|
- dataService.downloadFileToFolder("smb://" +"172.27.64.61", "/datacenter/20240115", "/home/zskk/aa", "0532FB45.img",null);
|
|
|
+ dataService.downloadFileToFolder("smb://"+ "pacs:"+"pacs@"+"172.27.64.61", "/datacenter/20240115", "/home/zskk/aa", "0532FB45.img",null);
|
|
|
} catch (Exception e) {
|
|
|
// TODO: handle exception
|
|
|
this.renderText(e.toString());
|