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

Public Member Functions

String set (String)
 
String set (String, int)
 

Member Function Documentation

◆ set() [1/2]

String set ( String  )
Description
This api is used to login to FTP(S) server.
Syntax
bg77.qftpopen.set(hostname)
Parameters
hostnameString String type. The IP address or domain name of the FTP(S) server. The maximum size of the parameter is 200 bytes.
Returns
String response

◆ set() [2/2]

String set ( String  ,
int   
)
Description
This api is used to login to FTP(S) server.
Syntax
bg77.qftpopen.set(hostname,port)
Parameters
hostnameString String type. The IP address or domain name of the FTP(S) server. The maximum size of the parameter is 200 bytes.
hostnameport Integer type. The port number of the FTP(S) server. The default value is 21.
Returns
String response