transfer/main.cpp

9 lines
264 B
C++
Raw Normal View History

2016-12-16 14:59:07 +08:00
#include "client.h"
int main()
{
2017-03-13 15:49:41 +08:00
transread("202.122.37.90:28001","/root/leaf/pytoc/upload/night.mkv","/root/leaf/","0","0","0","1000000000000");
//transupload("202.122.37.90:28001","/root/leaf/night.mkv","/root/leaf/pytoc/upload/night.mkv");
2016-12-16 14:59:07 +08:00
return 0;
}