mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02: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:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Upload a File
|
||||
//
|
||||
// (C) Copyright 2010-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2010-2022 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -56,8 +56,9 @@ class RDUpload : public RDTransfer
|
||||
|
||||
private:
|
||||
void UpdateProgress(int step);
|
||||
friend int UploadProgressCallback(void *clientp,double dltotal,double dlnow,
|
||||
double ultotal,double ulnow);
|
||||
friend int __RDUpload_UploadProgressCallback(void *clientp,double dltotal,
|
||||
double dlnow,double ultotal,
|
||||
double ulnow);
|
||||
QString conv_src_filename;
|
||||
QUrl conv_dst_url;
|
||||
bool conv_aborting;
|
||||
|
Reference in New Issue
Block a user