ENH:revert modify the FTP upload directory to the root directory

Change-Id: I17578636865deaa82aba8535af3c7c3c0ca740ae
jira:[for ftp upload]
This commit is contained in:
洋葱 2024-06-05 11:00:51 +08:00 committed by Lane.Wei
parent 2a1373f278
commit 1636bccbe3
1 changed files with 1 additions and 1 deletions

View File

@ -2815,7 +2815,7 @@ void SelectMachineDialog::on_send_print()
m_print_job = std::make_shared<PrintJob>(m_status_bar, m_plater, m_printer_last_select);
m_print_job->m_dev_ip = obj_->dev_ip;
//m_print_job->m_ftp_folder = obj_->get_ftp_folder();
m_print_job->m_ftp_folder = obj_->get_ftp_folder();
m_print_job->m_access_code = obj_->get_access_code();
#if !BBL_RELEASE_TO_PUBLIC
m_print_job->m_local_use_ssl_for_ftp = wxGetApp().app_config->get("enable_ssl_for_ftp") == "true" ? true : false;