查看全部用户账号:
net user
查看指定的用户账号:
net user abcdef
新建用户账号:
net user abcdef 123456 /add
用户账号添加到 administrators 用户组:
net localgroup administrators abcdef /add
用户账号移出 users 用户组:
net localgroup users abcdef /delete
用户账号激..
FileZilla Server 启动界面
运行 FileZilla Server Interface.exe,打开运行界面,如果是第一次进入,直接点击[OK]即可。我们可以在「Administrator password:」栏位中输入本服务器 Filezilla 服务的密码,输入管理端口号(管理端口到底是多少,请参考前文安装过程中填写的具体数字是多少。),然后勾选「A..