
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2769 fd906abe-77d9-0310-91a1-e0d9ade77398
17 lines
490 B
INI
17 lines
490 B
INI
#
|
|
# sample.cfg - agent configuration for demonstration and testing purposes
|
|
#
|
|
# $Id$
|
|
#
|
|
# transportserver.xmlrpc='testing'
|
|
|
|
controller(names=['core.sample'])
|
|
scheduler(name='core')
|
|
logger(name='default', standard=30)
|
|
#transport.remote.server = 'testing'
|
|
transport.remote.url = 'http://localhost:8082'
|
|
transport.remote.ftp.url = 'cy05.de'
|
|
transport.remote.ftp.user = 'scrat'
|
|
transport.remote.ftp.password = '...'
|
|
transport.remote.sftp = 'http://cy05.de'
|
|
transport.remote.chunksize = 4096
|