feat(commands): implement RFC 7151 (File Transfer Protocol HOST Command for Virtual Hosts) - #169
feat(commands): implement RFC 7151 (File Transfer Protocol HOST Command for Virtual Hosts)#169lezsakdomi wants to merge 2 commits into
Conversation
Issue for feature request: QuorumDMS#114
This commits lets you pass an `anonymous` argument at `virtualhost` event accept
|
[BUG] It looks like passing |
|
Thanks for the start of this PR! I'll take a look into giving you a hand with it when I get a chance. I'll read up on the |
|
RFC 7151 TL;DR: The parameter of a According to the specs, the server should:
|
|
I think this project shouldn't be so strict about validation. If ever implemented, maybe it's a good idea to provide an option to turn validation off. Okay, syntax check could come any time :) |
|
Oh, and I was able to test my program using WinSCP - the only client implementing HOST I found so far |
Fix #114
Todo: