Quote:
Originally posted by NeoXed
You could have just used a simple batch file...
Code:
ECHO !change %1 vfsfile ..\\etc\\private.vfs
EXIT 0
|
Is this how all ioFTPD commands can be executed in a batch file?
And...can the custom commands be added to a batch file too this same way, i.e. ECHO !<command> <params>, or just native ioftpd commands?