tftp:windows与linux互传文件

1、linux安装tftp

sudo apt-get install openbsd-inetd
sudo apt-get install telnetd
sudo /etc/init.d/openbsd-inetd restart
# 查看 telnet服务是否开启
sudo netstat -a | grep telnet

2、windows终端连接linux
  telnet或ssh
3、windows下载tftp64
  打开tftpd64.exe
  设置传输文件目录及本地IP地址
4、linux使用tftp
  tftp x.x.x.x
  … . …


1、pscp用于windows与linux传输文件
  pscp     xxx   [email protected]:/home /
  pscp     [email protected]:/home /     xxx
2、MobaXterm.exe使用ssh很方便传输文件

猜你喜欢

转载自blog.csdn.net/niu_88/article/details/107030913