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
-
... ... @@ -492,32 +492,31 @@ 492 492 493 493 **Description of folder and permission** 494 494 495 -AlarmFile is alarm log, can only download files not upload files. 495 +* AlarmFile is alarm record. It can only download files, but cannot upload files. 496 +* DataLogFile is data log record. It can only download files, but cannot upload files. 497 +* RecipeFile is recipe. It can only download files, but cannot upload files. 498 +* UserMgrFile is operation record. It can only download files, but cannot upload files. 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. 496 496 497 -DataLogFile is the data log, can only download files but not upload files. 501 +(% class="box infomessage" %) 502 +((( 503 +**✎Note:** For Udisk and SD card, it is recommended to use NTFS format. 504 +))) 498 498 499 - RecipeFileisrecipe,canonlydownloadfilesbut notuploadfiles.506 +Maximum number of connections: up to 5 clients can be supported to access the interface at the same time. 500 500 501 - UserMgrFile istheoperationrecord,can onlydownloadfiles butnotuploadfiles.508 +Password modification: Use the changePsd function in the lua function ftpserver library to modify password. 502 502 503 - Sdcard is the SD card mountdirectory,theSD card will beonnected to the S1 ~~ Snubdirectory, you can uploadanddownload.510 +Prototype: ftpserver.changePsd(oldPsd,newPsd) 504 504 505 - Note:U disk andSD card isrecommendedtouseNTFS format.512 +Function: change the login password of ftpserver 506 506 507 - ⑥. Maximum number ofconnections:Only5 clientscanpportedat thesame time toaccessthe interface.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. 508 508 509 - ⑦. Password modification: Usehe changePsd function in the lua function ftpserver library to make changes.516 +Returns. 510 510 511 - Prototype:ftpserver.changePsd(oldPsd,newPsd)518 + Success: true 512 512 513 - Function: change the login password of ftpserver 514 - 515 - 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. 516 - 517 - Returns. 518 - 519 - Success: true 520 - 521 521 Failure: nil,err 522 522 523 523