求C++中用于实现简单FTP上传功能的代码(LINUX环境)

2025-12-16 23:40:45
推荐回答(1个)
回答1:

试验了半天没试验出来,

干脆直接调用脚本

#include
#include
main()
{
system("你的脚本");
}