Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ftp工具

ftp

  1. 安装ftp: yum install ftp
  2. 进入ftp: ftp 192.168.2.118
  3. 获取文件a.txt: get a.txt
  4. 上传文件a.txt: put a.txt

lftp

  1. yum install lftp