mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Memo for sftp_transfer test
This commit is contained in:
@@ -465,3 +465,17 @@ impl FileTransfer for SftpFileTransfer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
|
||||||
|
use super::*;
|
||||||
|
|
||||||
|
// TODO: use test.rebex.net with user 'demo' and password 'password'
|
||||||
|
|
||||||
|
#[test]
|
||||||
|
fn test_filetransfer_sftp_new() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user