View Single Post
Old 10-13-2011, 09:43 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default EXEC Module commands

Quote:
!putlog <string>
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'.

Quote:
!unlock <realpath>
This kicks all users currently transferring files that match the indicated path exactly. Use "\*" on end of a dirpath to match anything in/below.

Quote:
!newlines [off | on ]
Don't think this does anything anymore.

Quote:
!prefix [ off | on ]
Prefix lines with command's default numeric prefix. Default is on.

Quote:
!buffer [off | 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.

Quote:
!detach [ 0 | 1 ]
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".
Yil is offline   Reply With Quote