digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年7月14日

摘要: 有个需求,需要从 Centos系统直接向Windows传送一个8G多的文件。调研了一下,WinScp蛮好用,使用scp协议进行传送。 也不需要特殊的权限。 在Centos中新增一个专门的用户,设置密码: adduser testuser; passwd testuser; 在Windows使用Win 阅读全文
posted @ 2020-07-14 16:25 digdeep 阅读(1339) 评论(0) 推荐(0) 编辑

不懂数据库和Web安全的架构师不是一个好的程序员。