20231201-利用Filezilla在局域网内搭建自己的FTP服务器

filezilla server
filezilla client

在general setting 里面
更改最大用户树,这个数指的是允许的同时登录到服务器的用户数量

链接:https://pan.baidu.com/s/1Ou4bQXyGn8OpfndGE-O5sg
提取码:rb31

安装ftp 服务器

yum install -y vsftpd

添加用户名,用作ftp 匿名访问用户

useradd ftpuser

passwd ftpuser

配置文件

init.d linux 系统启动的初始化文件

winscp

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
void* func;
const char* name;

(void *) 强制类型转换
void*p = (void*)p;
void* vp1 = void*(p);


static_cast<>
const_cast<>
dynamic_cast<>
reinterpret_cast<>

void (*init)(uint16_t tclk)

void (*exe)(void)


动态绑定

id

sptype 参数显示类型
parmtype

runtimeflag

extern struct _m_usmart_dev_usmart_dev;

结构体的初始化

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <iostream>

myprint

print_hex

port

sptype = 1;

usmart_init

usmart_cmd_rec

const_char

(char *)

尽量少做转型工作

paramtype

参数是字符串

参数是数字

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
int arr[3] = {0,1,2};

for (int i = 0; i< std::size(arr);i++)
std::cout << arr[i] << " \n"[i == std::size(arr) -1];

(*(uint32_t(*)()))usmart_dev.funs[id].func(temp[0],temp[1],temp[2]);

break;

解引用

uint32_t

usmart_get_input_string

III

comp 对比字符串

strtemp

const

print_hex(int i)

把函数存起来

1
2
3
4
5
6
7
8
9
std::function

print_add(int 1)

std::bind

auto factorial

cppreference.com
打赏
  • 版权声明: 本博客所有文章除特别声明外,著作权归作者所有。转载请注明出处!

扫一扫,分享到微信

微信分享二维码
  • Copyrights © 2015-2024 TeX_baitu
  • 访问人数: | 浏览次数:

请我喝杯咖啡吧~