zoukankan      html  css  js  c++  java
  • tftp client命令示例

    1. tftp 192.168.1.1 -c put myfile theirfile
    2. tftp 192.168.1.1 -m binary -c put myfile theirfile
      The tftp default transfer mode is ASCII and when you upload a ROM, the command should include “-m binrary”option."myfile" is the name of the file you wish to upload and "theirfile" is the name that the file should have on the device.
    3. tftp -v 192.168.1.1 -c put myfile theirfile
      the "-v" command parameter is used to see something goes wrong
    4. tftp -v 192.168.1.1 8069 -c put myfile theirfile
      If the server is running on another port, say 8069
  • 相关阅读:
    Oracle ASH报告生成和性能分析
    Oracle AWR报告生成和性能分析
    oracle和mysql批量合并对比
    Oracle
    Delphi
    Delphi
    Delphi
    Delphi
    Delphi
    Delphi
  • 原文地址:https://www.cnblogs.com/linuxbo/p/4286173.html
Copyright © 2011-2022 走看看