bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

Adding support for `BYE` command #453

Closed Phosphorus15 closed 1 year ago

Phosphorus15 commented 1 year ago

Should support this command as an alias of QUIT, some clients would use this command https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ftp-bye

hannesdejager commented 1 year ago

@Phosphorus15 can you run cargo fmt and push again? thanks

Phosphorus15 commented 1 year ago

@Phosphorus15 can you run cargo fmt and push again? thanks

Done!