Changes for page 03 Project Settings
Last modified by Hunter on 2024/06/11 15:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -466,7 +466,7 @@ 466 466 == FTP server == 467 467 468 468 (% style="text-align:center" %) 469 -[[image:image-20220808093816-5.png]] 469 +[[image:image-20220808093816-5.png||class="img-thumbnail"]] 470 470 471 471 **Enable method: **"Project parameter" → "Extend" → check "FTP service". 472 472 ... ... @@ -474,11 +474,13 @@ 474 474 475 475 * Enter "ftp:~/~/ + the IP address of the HMI" in the folder address bar. 476 476 477 -[[image:image-20220808094729-7.png]] 477 +(% style="text-align:center" %) 478 +[[image:image-20220808094729-7.png||height="429" width="909" class="img-thumbnail"]] 478 478 479 479 * You can also enter “ftp:~/~/ftpuser:000000@192.168.39.242” to access the interface directly (with a username and password). 480 480 481 -[[image:image-20220808100330-10.jpeg]] 482 +(% style="text-align:center" %) 483 +[[image:image-20220808100330-10.jpeg||class="img-thumbnail"]] 482 482 483 483 * If the ftp service is enabled, it will prompt for a username and password, and if not, it will prompt that the connection to the server cannot be established. 484 484 ... ... @@ -488,7 +488,7 @@ 488 488 * Enter the username and password as configured in the project. 489 489 490 490 (% style="text-align:center" %) 491 -[[image:image-20220808100720-11.jpeg]] 493 +[[image:image-20220808100720-11.jpeg||class="img-thumbnail"]] 492 492 493 493 **Description of folder and permission** 494 494 ... ... @@ -507,19 +507,16 @@ 507 507 508 508 Password modification: Use the changePsd function in the lua function ftpserver library to modify password. 509 509 510 -Prototype: ftpserver.changePsd(oldPsd,newPsd) 512 +* Prototype: ftpserver.changePsd(oldPsd,newPsd) 513 +* Function: change the login password of ftpserver 514 +* Parameters: 515 +** oldPsd(string) old password 516 +** newPsd(string) new password. 517 +* Format: only letters, numbers and underscores are allowed, and the length must be 6 to 8 digits. 518 +* Returns. 519 +** Success: true 520 +** Failure: nil,err 511 511 512 -Function: change the login password of ftpserver 513 - 514 -Parameters: oldPsd(string) old password, newPsd(string) new password. Format: only letters, numbers and underscores are allowed, and the length must be 6-8 digits. 515 - 516 -Returns. 517 - 518 - Success: true 519 - 520 - Failure: nil,err 521 - 522 - 523 523 = **Security** = 524 524 525 525 Security means objects and screen security, but this function is only available in 3000i series and HMI+ series or above.