Changes for page 03 Project Settings

Last modified by Hunter on 2024/06/11 15:58

From version 11.13
edited by Stone Wu
on 2022/08/08 10:13
Change comment: (Autosaved)
To version 11.14
edited by Stone Wu
on 2022/08/08 10:18
Change comment: (Autosaved)

Summary

Details

Page properties
Content
... ... @@ -496,23 +496,26 @@
496 496  * DataLogFile is data log record. It can only download files, but cannot upload files.
497 497  * RecipeFile is recipe. It can only download files, but cannot upload files.
498 498  * UserMgrFile is operation record. It can only download files, but cannot upload files.
499 -* Sdcard is the mounting directory of SD card the SD card will be connected to the S1 ~~ Sn subdirectory, you can upload and download.
499 +* Sdcard is the mounting directory of SD card. There will be the subdirectory of S1 to Sn when connected SD card. It can upload and download.
500 500  
501 - Note: U disk and SD card is recommended to use NTFS format.
501 +(% class="box infomessage" %)
502 +(((
503 +**✎Note:** For Udisk and SD card, it is recommended to use NTFS format.
504 +)))
502 502  
503 - ⑥. Maximum number of connections: Only 5 clients can be supported at the same time to access the interface.
506 +Maximum number of connections: up to 5 clients can be supported to access the interface at the same time.
504 504  
505 - ⑦. Password modification: Use the changePsd function in the lua function ftpserver library to make changes.
508 +Password modification: Use the changePsd function in the lua function ftpserver library to modify password.
506 506  
507 - Prototype: ftpserver.changePsd(oldPsd,newPsd)
510 +Prototype: ftpserver.changePsd(oldPsd,newPsd)
508 508  
509 - Function: change the login password of ftpserver
512 +Function: change the login password of ftpserver
510 510  
511 - 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.
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.
512 512  
513 - Returns.
516 +Returns.
514 514  
515 - Success: true
518 + Success: true
516 516  
517 517   Failure: nil,err
518 518