feat(sftp): add SFTPv3 protocol support (#2875)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
escapecode
2026-05-10 04:48:42 +01:00
committed by GitHub
parent 8892cbbdd7
commit 96b293bf8a
44 changed files with 16555 additions and 155 deletions
+5 -1
View File
@@ -12,9 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//! Protocol tests for FTPS and WebDAV
//! Protocol tests for FTPS, WebDAV, and SFTP
pub mod ftps_core;
pub mod sftp_compliance;
mod sftp_compliance_tests;
pub mod sftp_core;
pub mod sftp_helpers;
pub mod test_env;
pub mod test_runner;
pub mod webdav_core;