Restricted demo version

This version is not up-to-date

ZShell is usually very limited when used as an unpriviledged user, but this version is even more restricted, and old. You'd better download the original unrestricted version and install it on your own server to test ZShell in depth.

Enter your commands below: Available commands:

Use the man command
about
addprop
addusers
apropos
call
catalog
cd
copy
cp
cut
davlocks
dbconn
dbname
dbsize
delprop
delusers
discard
domains
dump
echo
enter
exec
export
find
google
grep
help
history
import
leave
lroles
ls
lsperms
lsprop
lsusers
man
manage
mkdir
mkuf
mkver
mv
nipltd
pack
passwd
paste
printenv
properties
pwd
restart
rm
roles
save
setenv
setperms
setprop
shutdown
su
takeown
tid
uncatalog
unsetenv
uptime
view
wget
whatis
whoami
zhelp
zope

Results:
Command Help
call Calls an object with optional parameters

The object name may be specified with its full path with dots or slashes:

call MyFolder.MyObject(_,_.REQUEST,arg1="thisarg"[,arg2="anotherarg"][,...])

or:

call MyFolder.MyObject(context,context.REQUEST,arg1="thisarg"[,arg2="anotherarg"][,...])

another example:

call index_html

This last one will return the unrendered version of index_html

Both _ and context may be used if needed.

Hint: Don't use any space in your command, or else enclose your
command between single or double quotes.

WARNING: Calling zshell itself is a Very Bad Idea (tm) and can kill Zope