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

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 file names of a directory on FTP(S) server.
Syntax
bg77.qftpnlst.get(dirname)
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 the file names of the current directory configured by AT+QFTPCWD.
Returns
String response

◆ get() [2/2]

String get ( String  ,
String   
)
Description
This api is used to list file names of a directory on FTP(S) server.
Syntax
bg77.qftpnlst.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 the file names of the current directory 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