nRF Connect SDK API 2.8.99
|
int ftp_open | ( | const char * | hostname, |
uint16_t | port, | ||
int | sec_tag ) |
#include <include/net/ftp_client.h>
Open FTP connection.
hostname | FTP server name or IP address |
port | FTP service port on server |
sec_tag | If FTP over TLS is required (-1 means no TLS) |
ftp_reply_code | or negative if error |