mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-28 04:01:55 +00:00
fixed #4237 sftp: upload into a temp file first
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user