mirror of
https://github.com/veeso/termscp.git
synced 2026-04-14 22:21:35 -07:00
Option: prompt user when about to replace an existing file caused by a file transfer
This commit is contained in:
@@ -25,7 +25,10 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
pub(self) use super::{FileTransferActivity, FsEntry, LogLevel, TransferPayload};
|
||||
pub(self) use super::{
|
||||
browser::FileExplorerTab, FileTransferActivity, FsEntry, LogLevel, TransferOpts,
|
||||
TransferPayload,
|
||||
};
|
||||
use tuirealm::{Payload, Value};
|
||||
|
||||
// actions
|
||||
|
||||
Reference in New Issue
Block a user