There are two process in this script,one for send FTP command,and another is for receiving FTP server response.
The subprocess receiving server's reponse rather than main-process waits for FTP server's response,they do works separately
本文介绍了一个使用Perl编写的简单FTP客户端脚本。该脚本通过两个进程实现:一个用于从标准输入读取FTP命令并发送给服务器;另一个用于接收服务器响应并将结果显示在标准输出上。此脚本适用于Ubuntu系统连接到Windows环境下的FileZilla FTP服务器。
There are two process in this script,one for send FTP command,and another is for receiving FTP server response.
The subprocess receiving server's reponse rather than main-process waits for FTP server's response,they do works separately
1389
997
2076

被折叠的 条评论
为什么被折叠?