...持 FTP over TLS。
状态:服务器不支持非 ASCII 字符。
状态:已登录
状态:读取目录列表...
命令:PWD
响应:257 "/" is the current directory
命令:TYPE I
响应:200 Type set to I
命令:PASV
响应:227 Entering Passive Mode (130,14,29,30,195,87).
命令:MLSD
响应:5...
... select * from students where id = 1; -- 在students表中搜索id是1的。 select * from students where id >5 ; -- 在students表中查询id比5大的。 select * from students where name != "黄蓉"; -- 查询名字 不是黄蓉的信息。 ...