StartAlpineFTPServer:
PROC [volGroup:
ROPE]
RETURNS [result:
REF, msg:
ROPE];
Registers and starts an FTP server for volGroup, provided no ftp server is already running. result is an ATOM indicating success (NIL) or failure ($Failure). msg explains what happened.
Exceptions: none.