]> arthur.barton.de Git - netatalk.git/blob - man/man1/asip-status.pl.1.tmpl
mirror man pages from DocBook
[netatalk.git] / man / man1 / asip-status.pl.1.tmpl
1 .TH asip\-status.pl 1 "22 Aug 2004" 2.0.0 Netatalk 
2 .SH NAME
3 asip\-status.pl \- Queries AFP servers for their capabilities
4 .SH SYNOPSIS
5 \fI:BINDIR:/asip\-status.pl\fR ADDRESS\fI:PORT\fR...
6 .SH DESCRIPTION
7 \fIasip\-status.pl\fR is a perl script that
8 sends a FPGetSrvrInfo request to an AFP server at ADDRESS:PORT and
9 displays the results, namely "Machine type", the server's name, supported
10 AFP versions, UAMs and AFP flags, the "server signature" and the network
11 addresses, the server provides AFP services on.
12 .PP
13 When you don't supply :PORT, then the default AFP port, 548, will be
14 used.
15 .SH EXAMPLES
16 .nf
17 \fI:BINDIR:/asip\-status.pl\fR 192.168.21.2
18 AFP reply from 192.168.21.2:548
19 Flags: 1  Cmd: 3  ID: 57005
20 Reply: DSIGetStatus
21 Request ID: 57005
22 Machine type: Macintosh
23 AFP versions: AFPVersion 1.1,AFPVersion 2.0,AFPVersion 2.1,AFP2.2
24 UAMs: Cleartxt passwrd,Randnum exchange,2\-Way Randnum exchange
25 Flags: SupportsCopyFile,SupportsChgPwd,SupportsServerMessages,
26 SupportsServerSignature,SupportsTCP/IP,SupportsSuperClient
27 Server name: PowerMac 9600/200
28 Signature:
29 04 c1 6e 59 04 c1 6e 59 04 c1 6e 59 04 c1 6e 59  ..nY..nY..nY..nY
30                                                   
31 Network address: 192.168.21.2:548 (tcp/ip address and port)
32 Network address: 10.20 (ddp address)
33 .fi
34 .PP
35 .nf
36 \fI:BINDIR:/asip\-status.pl\fR 192.168.21.1:10548
37 AFP reply from 192.168.21.1:10548
38 Flags: 1  Cmd: 3  ID: 57005
39 Reply: DSIGetStatus
40 Request ID: 57005
41 Machine type: Netatalk
42 AFP versions: AFPVersion 1.1,AFPVersion 2.0,AFPVersion 2.1,AFP2.2,AFPX03,
43 AFP3.1
44 UAMs: Cleartxt passwrd,Randnum exchange,2\-Way Randnum exchange,DHCAST128
45 Flags: SupportsCopyFile,SupportsServerMessages,SupportsServerSignature,
46 SupportsTCP/IP,SupportsSrvrNotifications,SupportsOpenDirectory,
47 SupportsUTF8Servername,SupportsSuperClient
48 Server name: Fire V480
49 Signature:
50 83 29 cc 60 83 29 cc 60 83 29 cc 60 83 29 cc 60  .).`.).`.).`.).`
51                                                   
52 Network address: 192.168.21.1:10548 (TCP/IP address and port)
53 Network address: 65282.142 (ddp address)
54 UTF8 Servername: Fire V480
55 .fi
56 .SH "REPORTING BUGS"
57 Report bugs to the Netatalk\-devel list
58 <netatalk\-devel@lists.sourceforge.net>.
59