mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Panic on FTP
This commit is contained in:
@@ -225,7 +225,7 @@ impl FileTransferActivity {
|
|||||||
params: params,
|
params: params,
|
||||||
client: match protocol {
|
client: match protocol {
|
||||||
FileTransferProtocol::Sftp => Box::new(SftpFileTransfer::new()),
|
FileTransferProtocol::Sftp => Box::new(SftpFileTransfer::new()),
|
||||||
FileTransferProtocol::Ftp => Box::new(SftpFileTransfer::new()), // FIXME: FTP
|
FileTransferProtocol::Ftp => panic!("FTP is not supported YET!"), // FIXME: FTP
|
||||||
},
|
},
|
||||||
local: FileExplorer::new(),
|
local: FileExplorer::new(),
|
||||||
remote: FileExplorer::new(),
|
remote: FileExplorer::new(),
|
||||||
|
|||||||
Reference in New Issue
Block a user