启用ftps
https://help.thorntech.com/docs/sftp-gateway-classic/enabling-ftps-using-vsftp/
问题一:登录后列目录后 FTP 响应500错误,提示地址正在使用
500 Illegal PORT command.
ftp: bind: Address already in...
在终端下执行ssh命令,登录并执行命令用ssh到另一台主机,如:
ssh root@n1 ssh hk
会返回错误信息
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5....
官方文档在这里 ,这个东西很有用,可以获取特定的数据,并且以json的格式返回,部分示例:
如访问一篇文章的 endpoint
https://example.com/wp-json/wp/v2/posts/[文章id]
按条件过滤,如只取文章id为 11,12 的文章数据
https://example.com/wp-json/wp/v2/po...