mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 22:11:26 -07:00
remotefs 0.2.0
This commit is contained in:
committed by
Christian Visintin
parent
edd0842273
commit
ec4daf8e25
@@ -191,7 +191,8 @@ impl FileTransferActivity {
|
||||
TransferPayload::File(file) => {
|
||||
format!(
|
||||
"File \"{}\" has been successfully transferred ({})",
|
||||
file.name, transfer_stats
|
||||
file.name(),
|
||||
transfer_stats
|
||||
)
|
||||
}
|
||||
TransferPayload::Any(entry) => {
|
||||
|
||||
Reference in New Issue
Block a user