Basic FTP Question

I think I know your issue. The command usage is trying port 21 instead of 8021. Try this…

ftp
open <port#> Example: open localhost 8041
usr:
pwd:

Please post what you get…