mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Copy command support for SFTP
This commit is contained in:
@@ -729,7 +729,7 @@ impl FileTransfer for ScpFileTransfer {
|
||||
Some(p) => PathBuf::from(p),
|
||||
None => {
|
||||
return Err(FileTransferError::new_ex(
|
||||
FileTransferErrorType::UnsupportedFeature,
|
||||
FileTransferErrorType::DirStatFailed,
|
||||
String::from("Path has no parent"),
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user