1ASIP-STATUS.PL(1) 3.1.12 ASIP-STATUS.PL(1)
2
3
4
6 asip-status.pl - Queries AFP servers for their capabilities
7
9 asip-status.pl [-4 | -6] [-d] [-i] [-x] HOSTNAME [PORT]
10
11 asip-status.pl [-4 | -6] [-d] [-i] [-x] HOSTNAME:PORT
12
13 asip-status.pl -v | -version | --version
14
16 asip-status.pl is a perl script that sends a FPGetSrvrInfo request to
17 an AFP server at HOSTNAME:PORT and displays the results, namely
18 "Machine type", the server's name, supported AFP versions, UAMs and AFP
19 flags, the "server signature" and the network addresses, the server
20 provides AFP services on.
21
22 When you don't supply PORT, then the default AFP port, 548, will be
23 used.
24
25 Starting with Netatalk 3.1.9, asip-status.pl supports both IPv4 and
26 IPv6. It's decided by your system which IP version to use. You can use
27 -4 or -6 option to specify IP version.
28
29 Note
30 asip-status.pl requires IO::Socket::INET6 module.
31
33 -4
34 Use IPv4 only.
35
36 -6
37 Use IPv6 only.
38
39 -d
40 Enable debug output.
41
42 -i
43 Show icon if it exists.
44
45 -x
46 Enable hex dump output.
47
48 -v, -version, --version
49 Show version.
50
52 $ asip-status.pl 192.168.1.15
53 AFP reply from 192.168.1.15:548 via IPv4
54 Flags: 1 Cmd: 3 ID: 57005
55 Reply: DSIGetStatus
56 Request ID: 57005
57 Machine type: Macintosh
58 AFP versions: AFPVersion 1.1,AFPVersion 2.0,AFPVersion 2.1,AFP2.2
59 UAMs: Cleartxt passwrd,Randnum exchange,2-Way Randnum exchange
60 Volume Icon & Mask: Yes
61 Flags:
62 SupportsCopyFile
63 SupportsChgPwd
64 SupportsServerMessages
65 SupportsServerSignature
66 SupportsTCP/IP
67 SupportsSuperClient
68 Server name: bookchan
69 Signature:
70 04 1d 65 23 04 1d 65 23 04 1d 65 23 04 1d 65 23 ..e#..e#..e#..e#
71
72 Network address: 192.168.1.15:548 (IPv4 address and port)
73 Network address: 65280.128 (ddp address)
74
75 $ asip-status.pl myserver:10548
76 AFP reply from myserver:10548 via IPv6
77 Flags: 1 Cmd: 3 ID: 57005
78 Reply: DSIGetStatus
79 Request ID: 57005
80 Machine type: Netatalk3.1.9
81 AFP versions: AFP2.2,AFPX03,AFP3.1,AFP3.2,AFP3.3,AFP3.4
82 UAMs: DHX2,DHCAST128
83 Volume Icon & Mask: Yes
84 Flags:
85 SupportsCopyFile
86 SupportsServerMessages
87 SupportsServerSignature
88 SupportsTCP/IP
89 SupportsSrvrNotifications
90 SupportsOpenDirectory
91 SupportsUTF8Servername
92 SupportsUUIDs
93 SupportsExtSleep
94 SupportsSuperClient
95 Server name: myserver
96 Signature:
97 ea 56 61 0d bf 29 36 31 fa 6a 8a 24 a8 f0 cc 1d .Va..)61.j.$....
98
99 Network address: [fd00:0000:0000:0000:0000:0000:0001:0160]:10548 (IPv6 address + port)
100 UTF8 Servername: myserver
101
103 Report bugs to the Netatalk-devel list
104 <netatalk-devel@lists.sourceforge.net>.
105
106
107
1083.1.12 06 May 2016 ASIP-STATUS.PL(1)