Hi,

At the end of running the run.py script I can see the following messages:

# Retrying (1 more attempts).
# Uploading log archive "D:\testing_boost_android\results\apolukhin-Android.zip" to ftp://anonymous@boost.cowic.de<...skipped by me>
# <lambda> failed with message "421 forbidden"
# Giving up.
Traceback (most recent call last):
  File "D:\testing_boost_android\run.py", line 60, in <module>
    runner(root)
  File "D:\testing_boost_android\tools_regression_src\regression.py", line 205, in __init__
    self.main()
  File "D:\testing_boost_android\tools_regression_src\regression.py", line 566, in main
    getattr(self,action_m)()
  File "D:\testing_boost_android\tools_regression_src\regression.py", line 533, in command_regression
    self.command_upload_logs()
  File "D:\testing_boost_android\tools_regression_src\regression.py", line 480, in command_upload_logs
    lambda:
  File "D:\testing_boost_android\tools_regression_src\regression.py", line 605, in retry
    return f()
  File "D:\testing_boost_android\tools_regression_src\regression.py", line 488, in <lambda>
    self.dart_server )
  File "D:\testing_boost_android\tools_regression_src\collect_and_upload_logs.py", line 370, in upload_logs
    upload_to_ftp( tag, logs_archive, ftp_proxy, debug_level, ftp_url )
  File "D:\testing_boost_android\tools_regression_src\collect_and_upload_logs.py", line 196, in upload_to_ftp
    ftp = ftplib.FTP( ftp_site )
  File "C:\Python27\lib\ftplib.py", line 117, in __init__
    self.connect(host)
  File "C:\Python27\lib\ftplib.py", line 135, in connect
    self.welcome = self.getresp()
  File "C:\Python27\lib\ftplib.py", line 217, in getresp
    raise error_temp, resp
ftplib.error_temp: 421 forbidden


Is everything OK with the server? Can I upload the results manually somehow?

--
Best regards,
Antony Polukhin