RUI3 (RAK Unified Interface 3) - RAK4631
bg77::qftpmlsd

Public Member Functions

String get (String)
 
String get (String, String)
 

Member Function Documentation

◆ get() [1/2]

String get ( String  )
Description
This api is used to list standardized file and directory information on FTP(S) server
Syntax
bg77.qftpmlsd.get(dirname,local_name)
Parameters
dirnameString String type. The folder name on FTP(S) server. The maximum size of the parameter is 255 bytes. If it is "." it will list standardized file and directory information configured by AT+QFTPCWD.
Returns
String response

◆ get() [2/2]

String get ( String  ,
String   
)
Description
This api is used to list standardized file and directory information on FTP(S) server
Syntax
bg77.qftpmlsd.get(dirname,local_name)
Parameters
dirnameString String type. The folder name on FTP(S) server. The maximum size of the parameter is 255 bytes. If it is "." it will list standardized file and directory information configured by AT+QFTPCWD.
local_nameString String type. The local storage location of the data from FTP(S) server. The maximum size of the parameter is 60 bytes. The default value is "COM:". If it is "COM:", the data will be outputted to COM port. If it is not "COM:", the data will be saved to UFS first and then can be read via AT+QFREAD. For more details, please refer to Quectel_BG95&BG77_FILE_Application_Note.
Returns
String response