how to connect to ftp port and send data
ftp (type in command line)
open 192.168.1.12 (to open connection to the machine)
Note:
By default, the open command uses the TCP port 21 to make the FTP connection.
If a different TCP port is needed to connect,
enter the port number after the domain name or IP address in the open command