site killpath
Description
Kicks all users from the server who are currently browsing or located in a specified VFS or real path on the server.
Syntax
site killpath {<vfspath> | -r <realpath> | --real <realpath>}
Detailed information on the options/arguments: <vfspath>, <realpath>
Limitations
- You need to be a site operator to use this command.
- The user executing this command will not be kicked from the server.
Examples
site killpath /upload
Disconnects all users from the server who are currently browsing in the /upload VFS path on the server.
site killpath -r c:\ftproot\files
Disconnects all users from the server who are browsing the real system path c:\ftproot\files.
site killpath --real /var/ftp/files
Disconnects all users from the server who are browsing the real system path /var/ftp/files.
