Output <string> to ioFTPD.log
Quote:
!vfs:add <fileMode> <UID>:<GID> <filename>
|
Create or set file mode (permissions) along with owner and group for the indicated file.
Quote:
!vfs:chattr <num> "<filename>" "<data>"
|
Create or set chattr id <num> to <data> for the indicated file.
Quote:
!change "<userglob>" <what> <value> ...
|
Same as 'site change'.
This kicks all users currently transferring files that match the indicated path exactly. Use "\*" on end of a dirpath to match anything in/below.
Don't think this does anything anymore.
Prefix lines with command's default numeric prefix. Default is on.
If buffering is turned off then data is immediately sent to the client and not buffered until the command finished and sent all at once.
Returns immediately from the command without waiting for the process to finish. 0 indicates success, 1 returns an error/failure.
NOTE: Case matters... "off" must be all lowercase, anything else is considered "on".