Cannot connect to non standard port number with Windows command-line ftp (cmd ftp username not show)

Solution 1:

There's no way to connect to a non-standard port number from ftp.exe command-line.

You have to use the open command:

C:\Users\username>ftp
ftp> open 192.168.2.77 15555