cybertools/agent/testing/transporter.cfg
scrat bfd6191683 modified transport/file/sftp.py to establish a connection to a server and get file upload running.
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2768 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-07-21 19:57:38 +00:00

16 lines
467 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:8123'
transport.remote.ftp.url = 'http://cy05.de'
transport.remote.ftp.user = 'scrat'
transport.remote.sftp = 'testing'
transport.remote.chunksize = 4096