mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
2022-09-19 Fred Gleason <fredg@paravelsystems.com>
* Added support for using a ssh(1) identity file for authentication to the 'Upload' and 'Download' event types in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -76,6 +76,8 @@ class EditDownload : public RDDialog
|
||||
QLineEdit *edit_username_edit;
|
||||
QLabel *edit_password_label;
|
||||
QLineEdit *edit_password_edit;
|
||||
QCheckBox *edit_use_id_file_check;;
|
||||
QLabel *edit_use_id_file_label;
|
||||
QString edit_cutname;
|
||||
QLabel *edit_destination_label;
|
||||
QLineEdit *edit_destination_edit;
|
||||
|
||||
Reference in New Issue
Block a user