You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to discuss a replacement for the venerable asip-status Perl script. This script is ancient (written in the 90s), monolithic and has an ambiguous license grant (flagged as such by Debian, for instance.)
Why is it important to bundle an AFP client with netatalk? It is in fact invaluable for running quick sanity checks on running AFP servers, and test other AFP operations when you don't have a Mac handy.
A few options are available to us:
Roll a new client from scratch
Roll a new client using @demonfoo 's afp-perl library
Fork and bundle a subset of @alexthepuffin 's afpfs-ng C client
Anything else?
High level requirements:
Cross-platform (can run on all OSes that we support)
Parse the response from an AFP over TCP request (e.g. DSIGetStatus) and print the server status
stretch goal: Support for AFP over DDP
stretch goal: UAM auth to list available volumes
stretch goal: Fully-fledged CLI client with AFP file transfer support
The text was updated successfully, but these errors were encountered:
For the record, both afp-perl and afpfs-ng has support for fuse file system mounting of AFP volumes, but I haven't been able to get either to actually work in my environment.
This is to discuss a replacement for the venerable
asip-status
Perl script. This script is ancient (written in the 90s), monolithic and has an ambiguous license grant (flagged as such by Debian, for instance.)Why is it important to bundle an AFP client with netatalk? It is in fact invaluable for running quick sanity checks on running AFP servers, and test other AFP operations when you don't have a Mac handy.
A few options are available to us:
High level requirements:
The text was updated successfully, but these errors were encountered: