mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-02 01:19:53 +00:00
use real file modes for zmodem uploads - fixes #4141
This commit is contained in:
parent
81aa747d83
commit
cfc9333c02
@ -163,7 +163,7 @@ export class ZModemDecorator extends TerminalDecorator {
|
||||
const offer = {
|
||||
name: transfer.getName(),
|
||||
size: transfer.getSize(),
|
||||
mode: 0o755,
|
||||
mode: transfer.getMode(),
|
||||
files_remaining: filesRemaining,
|
||||
bytes_remaining: sizeRemaining,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user