ftpd: Add help command #333

Merged
mxlgv merged 1 commits from igorsh/kolibrios:ftpd-add-help-command into main 2026-02-23 21:31:38 +00:00
Contributor

Added HELP command

Added HELP command
igorsh added 1 commit 2026-02-17 16:58:34 +00:00
ftpd: Add help command
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 45s
Build system / Build (pull_request) Successful in 16m48s
f5b61db929
Doczom approved these changes 2026-02-17 17:11:55 +00:00
mxlgv approved these changes 2026-02-19 18:59:27 +00:00
Dismissed
mxlgv requested changes 2026-02-20 16:28:10 +00:00
Dismissed
@@ -1250,0 +1305,4 @@
; Send response
mcall send, [ebp + thread_data.socketnum], edx, edi
; Also log to console
invoke con_write_asciiz, edx
Owner

Is this server-side output really necessary?

Is this server-side output really necessary?
Owner

@igorsh Can you tell me how to test this?

@igorsh Can you tell me how to test this?
Author
Contributor

Most of other commands send the answer to output.
You can use Total Commander as ftp client.

Most of other commands send the answer to output. You can use Total Commander as ftp client.
mxlgv added the Category/ApplicationsFASM
Kind
Enhancement
Priority
Low
labels 2026-02-20 17:31:44 +00:00
mxlgv force-pushed ftpd-add-help-command from f5b61db929 to f9d1585bef 2026-02-21 19:41:23 +00:00 Compare
mxlgv approved these changes 2026-02-23 21:18:18 +00:00
mxlgv force-pushed ftpd-add-help-command from f9d1585bef to f9425f5bd0 2026-02-23 21:18:31 +00:00 Compare
mxlgv added the
PR
Ready to merge
label 2026-02-23 21:18:51 +00:00
mxlgv scheduled this pull request to auto merge when all checks succeed 2026-02-23 21:28:09 +00:00
mxlgv merged commit f9425f5bd0 into main 2026-02-23 21:31:38 +00:00
mxlgv removed the
PR
Ready to merge
label 2026-02-23 21:31:45 +00:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#333