![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Public Member Functions | |
String | set (String) |
String | set (String, int) |
String | set (String, String) |
String | set (String, String, int) |
String | set (String, int, int, int) |
filename | String String type. The file name on FTP(S) server. The maximum size of the parameter is 255 bytes. |
startpos | int Integer type. The start position of the file to be uploaded. The default value is 0. If <uploadlen> and <beof> are specified, <startpos> should be the position where the data continues to be uploaded to the same file |
filename | String String type. The file name on FTP(S) server. The maximum size of the parameter is 255 bytes. |
local_name | String String type. The local file name. The maximum size of the parameter is 60 bytes. If it is "COM:", the data will be inputted via COM port. If it is not "COM:", the data will be saved to UFS. After successful uploading, the file should be deleted by AT+QFDEL. For details of the command, please refer to Quectel_BG95&BG77_FILE_Application_Note. |
filename | String String type. The file name on FTP(S) server. The maximum size of the parameter is 255 bytes. |
local_name | String String type. The local file name. The maximum size of the parameter is 60 bytes. If it is "COM:", the data will be inputted via COM port. If it is not "COM:", the data will be saved to UFS. After successful uploading, the file should be deleted by AT+QFDEL. For details of the command, please refer to Quectel_BG95&BG77_FILE_Application_Note. |
startpos | int Integer type. The start position of the file to be uploaded. The default value is 0. If <uploadlen> and <beof> are specified, <startpos> should be the position where the data continues to be uploaded to the same file |
filename | String String type. The file name on FTP(S) server. The maximum size of the parameter is 255 bytes. |
startpos | int Integer type. The start position of the file to be uploaded. The default value is 0. If <uploadlen> and <beof> are specified, <startpos> should be the position where the data continues to be uploaded to the same file |
uploadlen | int Integer type. The length of the data to be uploaded. It is valid only when <local_name> is "COM:". When the length of data uploaded via COM port reaches <uploadlen>, the module will exit from data mode. Unit: byte. |
beof | int Integer type. Whether it is the last packet of data to be uploaded. 0 Not the last packet of data. When the data length reaches <uploadlen>, the module will exit from data mode and +QFTPPUT: 0,<transferlen> will be outputted. In such a case, please do not disconnect data connection, as the remained data needs to be uploaded to the same file on FTP(S). 1 The last packet of data. When the data length reaches <uploadlen>, the module will exit from data mode and data connection can be disconnected. After that, +QFTPPUT: 0,<transferlen> will be outputted. |