Basic folder upload for sftp electron.

This commit is contained in:
marko1616
2024-08-21 13:50:25 +08:00
parent 3f0b78edd0
commit deaa529c07
7 changed files with 97 additions and 11 deletions

View File

@@ -159,6 +159,10 @@ class HTMLFileDownload extends FileDownload {
return this.name
}
getRelativePath (): string {
return ""
}
getMode (): number {
return this.mode
}