CFLib.org – Common Function Library Project

NetLib

Last updated July 31, 2013 / 23 Released UDF(s)
GetHostName

Performs a DNS lookup on an IP address. | Requires: CF5

IsMulticastAddress

Checks to see if a specifid address (IP address or host name) is a multicast address (Class D). | Requires: CF5

IPAddress2IPDottedDecimal

Converts an IP address to a 32-bit dotted decimal IP number. | Requires: CF5

IPDottedDecimal2IPAddress

Converts a 32-bit dotted decimal IP number to an IP address. | Requires: CF5

HTTPGet

UDF equivelant of <CFHTTP> | Requires: CF5

calcNetAddress

calculate a network address from an IP address and a (sub)Netmask. | Requires: CF5

IPConvert

Converts IPs to integers and back for efficient database storage. | Requires: CF5

IPclass

Converts an IP address to a network class. | Requires: CF5

IP4r

IP4r converts standard dotted IP addresses to their reversed IP4r equivalent. | Requires: CF5

isIPInRange

Is this IP within any of the IP ranges supplied. | Requires: CF6

cidrToNetMask

Converts CIDR numbers to valid network mask numbers. | Requires: CF5

pingTrackBackURL

Pings a TrackBack URL. | Requires: CF6

ftpisConnected

Checks to see if a CF FTP connection is still connected. | Requires: CF6

getAllHostAddresses

Looks up all IP addresses for a hostname and returns them in an array. Requires Java. | Requires: CF5

urlExists

Checks to see if a particular URL actually exists. | Requires: CF6

Ping

Pings a website using .net framework | Requires: CF8

ip2long

Converts a string containing an (IPv4) Internet Protocol dotted address (aaa.bbb.ccc.ddd) into a proper address representation. | Requires: CF5

long2ip

Generates an (IPv4) Internet Protocol dotted address (aaa.bbb.ccc.ddd) from the proper address representation. | Requires: CF8

easySocket

Connect to sockets through your ColdFusion application. | Requires: CF6

verifyMailServer

Verifies a mail server connection. | Requires: CF6

getHostAndTLD

Get the TLD and Hostname from FQDN. | Requires: CF5

GetHostAddress

Performs a DNS lookup. | Requires: CF5

sendUDP

Sends a UDP packet. | Requires: CF5

Search CFLib.org


Latest Additions

Raymond Camden added
QueryDeleteRows
November 04, 2017

Leigh added
nullPad
May 11, 2016

Raymond Camden added
stripHTML
May 10, 2016

Kevin Cotton added
date2ExcelDate
May 05, 2016

Raymond Camden added
CapFirst
April 25, 2016

Created by Raymond Camden / Design by Justin Johnson