Get the current FTP proxy host from a network status structure.
#include <bps/netstatus.h>
BPS_API const char* netstatus_info_get_ftp_proxy_host(netstatus_info_t *info)
BlackBerry 10.2.0
The netstatus_info_t structure to get the FTP proxy host information from.
The netstatus_info_get_ftp_proxy_host() function gets the current FTP proxy host from the specified netstatus_info_t structure.
The FTP proxy host, or NULL if there is no FTP proxy host.