TCP Verbs

  • tcp.abortStream - Abort a stream.

  • tcp.addressDecode - Turn a 4 byte number into a dotted IP string.

  • tcp.addressEncode - Turn a host name or IP string into a 4 byte number.

  • tcp.addressToName - Get the host name from a 4 byte number.

  • tcp.closeListen - Stop a listen.

  • tcp.closeStream - Close a stream.

  • tcp.dns.getDomainName - Do an IP address to name lookup.

  • tcp.dns.getDottedId - Do a name to IP address lookup.

  • tcp.dns.getMyDomainName - Get the host name of the current computer.

  • tcp.ftp.closeConnection - Closing a connection to an FTP server.

  • tcp.ftp.openConnection - Open a connection to an FTP server.

  • tcp.ftp.writeFile - Write a file to an FTP server using an existing connection.

  • tcp.getMail - Get email from a POP mail account.

  • tcp.getPeerAddress - Get the address of the computer at the other end of a TCP stream.

  • tcp.getPeerPort - Get the port the computer at the other end of a TCP stream is using.

  • tcp.httpClient - Send an HTTP request to a server and get the response.

  • tcp.examples.httpGet - Perform an HTTP GET command. (Example.)

  • tcp.httpReadUrl - Get the source of a web page via TCP.

  • tcp.listenStream - Being listening on the specified port.

  • tcp.myAddress - Get the address of the current computer.

  • tcp.myDottedID - Get the IP address of the current computer.

  • tcp.nameToAddress - Translate a DNS name to an IP address.

  • tcp.openStream - Open a stream.

  • tcp.readStream - Read from a stream.

  • tcp.readStreamBytes - Read a specified number of bytes from a stream.

  • tcp.readStreamUntil - Read from a stream until an expected pattern is found.

  • tcp.readStreamUntilClosed - Read from a stream until it is closed by the peer.

  • tcp.sendMail - Send an email message.

  • tcp.statusStream - Get the status of a stream.

  • tcp.writeFileToStream - Write file to a stream, in multiple chunks if necessary.

  • tcp.writeStream - Write data to a stream.

  • tcp.writeStringToStream - Write data to a stream, in multiple chunks if necessary.

  • tcp.dns.getMyDottedId

  • tcp.equalNames

  • tcp.countConnections

  • tcp.getCurrentTime

  • tcp.getStats