]> arthur.barton.de Git - netatalk.git/blob - man/man1/asip-status.pl.1.tmpl
735f8eb7b5d638fd8f2fc24b87563559f8fe11b2
[netatalk.git] / man / man1 / asip-status.pl.1.tmpl
1 '\" t
2 .\"     Title: asip-status.pl
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
5 .\"      Date: 24 Jul 2012
6 .\"    Manual: Netatalk 3.0
7 .\"    Source: Netatalk 3.0
8 .\"  Language: English
9 .\"
10 .TH "ASIP\-STATUS\&.PL" "1" "24 Jul 2012" "Netatalk 3.0" "Netatalk 3.0"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 asip-status.pl \- Queries AFP servers for their capabilities
32 .SH "SYNOPSIS"
33 .HP \w'\fBasip\-status\&.pl\fR\fB\fR\ 'u
34 \fBasip\-status\&.pl\fR\fB\fR [\-d] [\-i] [\-x] HOSTNAME[:PORT]
35
36 .br
37 .HP \w'\fBasip\-status\&.pl\fR\fB\fR\ 'u
38 \fBasip\-status\&.pl\fR\fB\fR \-v | \-version | \-\-version 
39 .SH "DESCRIPTION"
40 .PP
41 \fBasip\-status\&.pl\fR
42 is a perl script that sends a FPGetSrvrInfo request to an AFP server at HOSTNAME:PORT and displays the results, namely "Machine type", the server\*(Aqs name, supported AFP versions, UAMs and AFP flags, the "server signature" and the network addresses, the server provides AFP services on\&.
43 .PP
44 When you don\*(Aqt supply :PORT, then the default AFP port, 548, will be used\&.
45 .SH "OPTIONS"
46 .PP
47 \fB\-d\fR
48 .RS 4
49 Enable debug output\&.
50 .RE
51 .PP
52 \fB\-i\fR
53 .RS 4
54 Show icon if it exists\&.
55 .RE
56 .PP
57 \fB\-x\fR
58 .RS 4
59 Enable hex dump output\&.
60 .RE
61 .PP
62 \fB\-v, \-version, \-\-version\fR
63 .RS 4
64 Show version\&.
65 .RE
66 .SH "EXAMPLES"
67 .PP
68 .if n \{\
69 .RS 4
70 .\}
71 .nf
72 \fBasip\-status\&.pl\fR 192\&.168\&.1\&.15
73 AFP reply from 192\&.168\&.1\&.15:548
74 Flags: 1  Cmd: 3  ID: 57005
75 Reply: DSIGetStatus
76 Request ID: 57005
77 Machine type: Macintosh
78 AFP versions: AFPVersion 1\&.1,AFPVersion 2\&.0,AFPVersion 2\&.1,AFP2\&.2
79 UAMs: Cleartxt passwrd,Randnum exchange,2\-Way Randnum exchange
80 Volume Icon & Mask: Yes
81 Flags: 
82     SupportsCopyFile
83     SupportsChgPwd
84     SupportsServerMessages
85     SupportsServerSignature
86     SupportsTCP/IP
87     SupportsSuperClient
88 Server name: bookchan
89 Signature:
90 04 1d 65 23 04 1d 65 23 04 1d 65 23 04 1d 65 23  \&.\&.e#\&.\&.e#\&.\&.e#\&.\&.e#
91                                                   
92 Network address: 192\&.168\&.1\&.15:548 (TCP/IP address and port)
93 Network address: 65280\&.128 (ddp address)
94 .fi
95 .if n \{\
96 .RE
97 .\}
98 .PP
99 .if n \{\
100 .RS 4
101 .\}
102 .nf
103 \fBasip\-status\&.pl\fR myserver:10548
104 AFP reply from myserver:10548
105 Flags: 1  Cmd: 3  ID: 57005
106 Reply: DSIGetStatus
107 Request ID: 57005
108 Machine type: Netatalk3\&.0
109 AFP versions: AFP2\&.2,AFPX03,AFP3\&.1,AFP3\&.2,AFP3\&.3
110 UAMs: DHX2,DHCAST128
111 Volume Icon & Mask: Yes
112 Flags: 
113     SupportsCopyFile
114     SupportsServerMessages
115     SupportsServerSignature
116     SupportsTCP/IP
117     SupportsSrvrNotifications
118     SupportsOpenDirectory
119     SupportsUTF8Servername
120     SupportsUUIDs
121     SupportsExtSleep
122     SupportsSuperClient
123 Server name: myserver
124 Signature:
125 8a c6 12 3a 0e d9 95 3e 6f 31 e3 a9 17 f5 70 f6  \&.\&.\&.:\&.\&.\&.>o1\&.\&.\&.\&.p\&.
126                                                   
127 Network address: 192\&.168\&.1\&.154:10548 (TCP/IP address and port)
128 UTF8 Servername: myserver
129 .fi
130 .if n \{\
131 .RE
132 .\}
133 .SH "REPORTING BUGS"
134 .PP
135 Report bugs to the Netatalk\-devel list <netatalk\-devel@lists\&.sourceforge\&.net>\&.