altugbakan / rs-tftpd

TFTP Server Daemon implemented in Rust
https://crates.io/crates/tftpd
MIT License
51 stars 14 forks source link

Add support that download and upload to different directory #13

Closed shuyuImpossible closed 10 months ago

shuyuImpossible commented 10 months ago

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.

altugbakan commented 10 months ago

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.

shuyuImpossible commented 10 months ago

I can try to work on it.

altugbakan commented 10 months ago

Fixed with #14