altugbakan / rs-tftpd

TFTP Server Daemon implemented in Rust

Home Page:https://crates.io/crates/tftpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support that download and upload to different directory

shuyuImpossible opened this issue · comments

Can we add parameters in config (directoryupload, directorydownload)?
If both directoryupload and directorydownload are set, then tftp download from directorydownload and tftp upload to directoryupload.

This sounds like a really cool idea! We can add --upload-directory and --download-directory flags to add the functionality.

Would you like to work on it? If not, I can work on this in the following days.

I can try to work on it.

Fixed with #14