<div dir="ltr">Hi guys I'm trying to copy files from the master to the worker, so looking at the documentation there is<br><br><pre><span class="">f</span><span class="">.</span><span class="">addStep</span><span class="">(</span><span class="">steps</span><span class="">.</span><span class="">FileDownload</span><span class="">(</span><span class="">mastersrc</span><span class="">=</span><span class="">r"c:\my_local_directory\todays_build_config.txt"</span><span class="">,</span>
                             <span class="">workerdest</span><span class="">=</span><span class="">"c:\my_other_directorty\build_config.txt"</span><span class="">))<br><br></span></pre><pre><span class="">however when I try it and do buildbot checkconfig I get an error along the lines<br><br></span></pre><pre><span class="">__init_()<br></span></pre><pre><span class="">filedownload takes at least 3 arguments (2 given). What am I doing wrong?<br><br></span></pre><pre><span class="">I have not tried fileupload yet but has anyone got any ideas how to make these commands work<br></span></pre><pre><span class="">I'm on Windows by the way(windows 7)<br></span></pre><pre><span class="">Regards<br></span></pre><br><br></div>