libnetconf
0.10.0-146_trunk
NETCONF Library
|
libnetconf's public API to use the URL capability. More...
Go to the source code of this file.
Enumerations | |
enum | NC_URL_PROTOCOLS { NC_URL_UNKNOWN = 0, NC_URL_SCP = 1, NC_URL_HTTP = 2, NC_URL_HTTPS = 4, NC_URL_FTP = 8, NC_URL_SFTP = 16, NC_URL_FTPS = 32, NC_URL_FILE = 64, NC_URL_ALL = 127 } |
List of protocol IDs supported by URL capability implementation. Values are used to enable/disable server support of these protocols (nc_url_enable(), nc_url_disable()). More... | |
Functions | |
void | nc_url_disable (NC_URL_PROTOCOLS protocol) |
Disable specific protocol for use in URL capability. More... | |
void | nc_url_enable (NC_URL_PROTOCOLS protocol) |
Enable specific protocol for use in URL capability. More... | |
void | nc_url_set_protocols (int protocols) |
Overwrite enabled protocols for URL capability. More... | |
libnetconf's public API to use the URL capability.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
ALTERNATIVELY, provided that this notice is retained in full, this product may be distributed under the terms of the GNU General Public License (GPL) version 2 or later, in which case the provisions of the GPL apply INSTEAD OF those given above.
This software is provided ``as is, and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the company or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.