This commit is contained in:
Mario Fetka
2026-05-22 20:44:06 +02:00
parent b42b0e2a58
commit 30fc1f7069
4 changed files with 258 additions and 0 deletions

1
net.c
View File

@@ -34,6 +34,7 @@ static struct s_net_functions {
{"PATHDEL","removes search path" , func_path , 1},
{"PATHINS","insert search path" , func_path , 2},
{"LOGOUT", "logout from server", func_logout , 0},
{"FLAG", "display or modify file attributes", func_flag , 0},
{"SLIST", "list servers", func_slist , 0},
{"PASSWD", "change password", func_passwd , 0},
#if 1