--About-- With this plugins, you can manage your files on the server. For example, the command "/readfile <file>" will read and display the contents of the file line by line.
--Commands-- /delete <file> - deletes any file in the server directory.
/listfiles <folder> - View the list of files in the directory.
/listdirs <folder> - View the list of folders in a directory.
/readfile <file> - View file contents line by line.
/unzip <file> <folder> - Decompress (Unzip) archive to folder.
/loadfile <url> <file> - Download and save the file to the server directory from the link.
/filemd5 <file> - View the hash sum of the md5 file
/sizeof <file> - Get file size
--Permissions-- -
workwithfiles.delete - Permission to use the command "/delete"
-
workwithfiles.listfiles - Permission to use the command "/listfiles"
-
workwithfiles.listdirs - Permission to use the command "/listdirs"
-
workwithfiles.readfile - Permission to use the command "/readfile"
-
workwithfiles.loadfile - Permission to use the command "/loadfile"
-
workwithfiles.unzip - Permission to use the command "/unzip"
-
workwithfiles.filemd5 - Permission to use the command "/filemd5"
- workwithfiles.sizeof - Permission to use the command "/sizeof"