1ASIP-STATUS(1) Netatalk AFP Fileserver Manual ASIP-STATUS(1)
2
3
4
6 asip-status - Queries AFP servers for their capabilities
7
9 asip-status [-4 | -6] [-d] [-i] [-x] HOSTNAME [PORT]
10
11 asip-status [-4 | -6] [-d] [-i] [-x] HOSTNAME:PORT
12
13 asip-status -v | -version | --version
14
16 asip-status sends a FPGetSrvrInfo request to an AFP server at
17 HOSTNAME:PORT and displays the results, namely "Machine type", the
18 server's name, supported AFP versions, UAMs and AFP flags, the "server
19 signature" and the network addresses, the server provides AFP services
20 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 supports both IPv4 and IPv6.
26 It's decided by your system which IP version to use. You can use -4 or
27 -6 option to specify IP version.
28
29 Note
30 asip-status requires IO::Socket::IP 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 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 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 See CONTRIBUTORS[1]
104
106 1. CONTRIBUTORS
107 https://github.com/Netatalk/netatalk/blob/main/CONTRIBUTORS
108
109
110
111Netatalk 3.1.18 06 May 2016 ASIP-STATUS(1)