diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-11 22:04:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-13 11:51:49 +0200 |
| commit | b414cf496203470da9b32b1dd65f3a8f48c9124b (patch) | |
| tree | 62da82ef1f980537ffcb31272f88def292858ce9 /src/wx | |
| parent | 1ca20a04d30764f689345e23c22ab49bc6990ec8 (diff) | |
Download Barco certificates using SFTP instead of plain FTP (#2842).
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/barco_alchemy_certificate_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/barco_alchemy_certificate_panel.cc b/src/wx/barco_alchemy_certificate_panel.cc index 19bd18a8d..73b221466 100644 --- a/src/wx/barco_alchemy_certificate_panel.cc +++ b/src/wx/barco_alchemy_certificate_panel.cc @@ -62,7 +62,7 @@ BarcoAlchemyCertificatePanel::do_download () string serial = wx_to_std (_serial->GetValue()); trim(serial); string url = String::compose ( - "ftp://%1:%2@certificates.barco.com/%3xxx/%4/Barco-ICMP.%5_cert.pem", + "sftp://%1:%2@certificates.barco.com/%3xxx/%4/Barco-ICMP.%5_cert.pem", Config::instance()->barco_username().get(), Config::instance()->barco_password().get(), serial.substr(0, 7), |
