📜  如何连接到 ftp 端口并发送数据 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:09.039000             🧑  作者: Mango

代码示例1
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