Query: ns_uuencode
OS: debian
Section: 3aolserv
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ns_uuencode(3aolserver) AOLserver Built-In Commands ns_uuencode(3aolserver) __________________________________________________________________________________________________________________________________________________NAMEns_uudecode, ns_uuencode - commandsSYNOPSISns_uudecode string ns_uuencode string _________________________________________________________________DESCRIPTIONns_uudecode performs HTTP-style uudecoding and returns the decoded value. ns_uuencode performs HTTP-style uuencoding and returns the encoding value. The input string is limited to a maximum length of 48 charac- ters. The encoding string will be approximately 33% longer than the original. Note: This is HTTP-style uuencoding/uudecoding which is sometimes called "htuu" (see RFC 1113). It is not compatible with the format used by the Unix uuencode/uudecode commands, nor is it base-64 encoding. For base-64 encoding, consider using the base64 Tcl package in tcllib (see http://tcllib.sourceforge.net).EXAMPLESnscp> ns_uuencode username dXNlcm5hbWU= nscp> ns_uudecode dXNlcm5hbWU= usernameSEE ALSOnsd(1)KEYWORDSAOLserver 4.0 ns_uuencode(3aolserver)
| Related Man Pages |
|---|
| uuencode(n) - redhat |
| ns_rand(3aolserv) - debian |
| ns_server(3aolserv) - debian |
| ns_stats(3aolserv) - debian |
| ns_tmpnam(3aolserv) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| apachectl status |
| Nagios CGI's not displaying |
| Help pinpointing high HTTPD CPU usage in TOP |
| Need resolution for the command "UUENCODE" |
| Nagios 3.2.2 on RHEL 5 |