fixed #4237 sftp: upload into a temp file first

This commit is contained in:
Eugene Pankov
2021-07-22 21:35:39 +02:00
parent b7a676f668
commit a859baac97
4 changed files with 135 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
import { Component } from '@angular/core'
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'
import { BaseComponent } from 'tabby-core'
import { SFTPFile, SFTPSession } from '../api'
import { SFTPFile, SFTPSession } from '../session/sftp'
/** @hidden */
@Component({