feat(zmodem): Allow file uploads/downloads
Using zmodem (rz and sz commands from lrzsz) you can now send and receive files.
This commit is contained in:
@@ -4,4 +4,17 @@ html, body, #terminal {
|
||||
width: 100%;
|
||||
padding: 0%;
|
||||
margin: 0%;
|
||||
}
|
||||
|
||||
.fileDialog {
|
||||
position: fixed;
|
||||
top: 40%;
|
||||
left: 40%;
|
||||
background-color: lightgray;
|
||||
padding: 20px;
|
||||
border: 10px;
|
||||
border-color: red;
|
||||
border-width: medium;
|
||||
display: none;
|
||||
z-index: 5;
|
||||
}
|
||||
Reference in New Issue
Block a user