Linux常用

查看linux的出口ip

curl icanhazip.com

SFTP下载文件

sftp -oPort=3444 username@host:/upload

从Linux服务器下载文件

sz /home/file.csv
注意:使用了expect 会影响 rz 的使用,只能手动ssh到服务器 rz 才会生效。
一定要勾选上instant,否则不生效。

原文地址:https://www.cnblogs.com/aworkstory/p/12966497.html