]> arthur.barton.de Git - netatalk.git/commitdiff
add asip-status.pl.1 manpage
authorbfernhomberg <bfernhomberg>
Mon, 23 Aug 2004 23:44:35 +0000 (23:44 +0000)
committerbfernhomberg <bfernhomberg>
Mon, 23 Aug 2004 23:44:35 +0000 (23:44 +0000)
man/man1/Makefile.am
man/man1/asip-status.pl.1.tmpl [new file with mode: 0644]

index 72b02d17479397d1437d5a7a59e4dca8e707ec4e..4dbf05e30cffd941fac065403f321e2a4d1a4f87 100644 (file)
@@ -12,8 +12,8 @@ SUFFIXES= .tmpl .
            -e s@:DEFAULT_CNID_SCHEME:@${DEFAULT_CNID_SCHEME}@ \
            <$< >$@
 
-GENERATED_MANS = apple_cp.1 apple_mv.1 apple_rm.1 uniconv.1
-TEMPLATE_FILES = apple_cp.1.tmpl apple_mv.1.tmpl apple_rm.1.tmpl uniconv.1.tmpl
+GENERATED_MANS = apple_cp.1 apple_mv.1 apple_rm.1 uniconv.1 asip-status.pl.1
+TEMPLATE_FILES = apple_cp.1.tmpl apple_mv.1.tmpl apple_rm.1.tmpl uniconv.1.tmpl asip-status.pl.1.tmpl
 NONGENERATED_MANS      =       achfile.1  \
                                acleandir.1 \
                                aecho.1 \
diff --git a/man/man1/asip-status.pl.1.tmpl b/man/man1/asip-status.pl.1.tmpl
new file mode 100644 (file)
index 0000000..2c9e42f
--- /dev/null
@@ -0,0 +1,59 @@
+.TH asip\-status.pl 1 "22 Aug 2004" 2.0-rc1 Netatalk 
+.SH NAME
+asip\-status.pl \- Queries AFP servers for their capabilities
+.SH SYNOPSIS
+\fI:BINDIR:/asip\-status.pl\fR ADDRESS\fI:PORT\fR...
+.SH DESCRIPTION
+\fIasip\-status.pl\fR is a perl script that
+sends a FPGetSrvrInfo request to an AFP server at ADDRESS:PORT and
+displays the results, namely "Machine type", the server's name, supported
+AFP versions, UAMs and AFP flags, the "server signature" and the network
+addresses, the server provides AFP services on.
+.PP
+When you don't supply :PORT, then the default AFP port, 548, will be
+used.
+.SH EXAMPLES
+.nf
+\fI:BINDIR:/asip\-status.pl\fR 192.168.21.2
+AFP reply from 192.168.21.2:548
+Flags: 1  Cmd: 3  ID: 57005
+Reply: DSIGetStatus
+Request ID: 57005
+Machine type: Macintosh
+AFP versions: AFPVersion 1.1,AFPVersion 2.0,AFPVersion 2.1,AFP2.2
+UAMs: Cleartxt passwrd,Randnum exchange,2\-Way Randnum exchange
+Flags: SupportsCopyFile,SupportsChgPwd,SupportsServerMessages,
+SupportsServerSignature,SupportsTCP/IP,SupportsSuperClient
+Server name: PowerMac 9600/200
+Signature:
+04 c1 6e 59 04 c1 6e 59 04 c1 6e 59 04 c1 6e 59  ..nY..nY..nY..nY
+                                                  
+Network address: 192.168.21.2:548 (tcp/ip address and port)
+Network address: 10.20 (ddp address)
+.fi
+.PP
+.nf
+\fI:BINDIR:/asip\-status.pl\fR 192.168.21.1:10548
+AFP reply from 192.168.21.1:10548
+Flags: 1  Cmd: 3  ID: 57005
+Reply: DSIGetStatus
+Request ID: 57005
+Machine type: Netatalk
+AFP versions: AFPVersion 1.1,AFPVersion 2.0,AFPVersion 2.1,AFP2.2,AFPX03,
+AFP3.1
+UAMs: Cleartxt passwrd,Randnum exchange,2\-Way Randnum exchange,DHCAST128
+Flags: SupportsCopyFile,SupportsServerMessages,SupportsServerSignature,
+SupportsTCP/IP,SupportsSrvrNotifications,SupportsOpenDirectory,
+SupportsUTF8Servername,SupportsSuperClient
+Server name: Fire V480
+Signature:
+83 29 cc 60 83 29 cc 60 83 29 cc 60 83 29 cc 60  .).`.).`.).`.).`
+                                                  
+Network address: 192.168.21.1:10548 (TCP/IP address and port)
+Network address: 65282.142 (ddp address)
+UTF8 Servername: Fire V480
+.fi
+.SH "REPORTING BUGS"
+Report bugs to the Netatalk\-devel list
+<netatalk\-devel@lists.sourceforge.net>.
+