且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

FTP VS数据流

更新时间:2022-11-03 08:01:19

FTP is fine for file transfers, but if the file transfer is part of a larger communication scheme, just use your own sockets.

       -Steve