initial code

This commit is contained in:
RafayAhmad7548 2025-07-02 06:39:31 +05:00
commit 11a3547c4b
4 changed files with 2154 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "flux-sftp"
version = "0.1.0"
edition = "2024"
[dependencies]
russh = "0.52.1"
russh-sftp = "2.1.1"
tokio = { version = "1.45.1", features = ["full"] }