XGS1930 ftp firmware update

How can update firmware from ftp command line?


All Replies

  • Zyxel_Melen
    Zyxel_Melen Posts: 2,305  Zyxel Employee
    Zyxel Certified Network Engineer Level 1 - Switch Zyxel Certified Network Administrator - Switch Zyxel Certified Network Administrator - Nebula Zyxel Certified Sales Associate
    edited September 2022
    Hi @Alberto77

    Here's the command line for users use FTP to upgrade firmware:

    Upgrade switch FW:

    C:\> ftp <switch IP address>

    User: admin

    Password: 1234

    230 Logged in

    ftp> put 470ABHT3C0.bin ras-0

    ftp> bye

    Where

    ·  User name: just press admin

    ·  Password: the management password, 1234 by default

    ·  470ABHT3C0.bin: the name of the firmware file you want to upgrade

    ·  ras-0: the internal firmware name in XGS1930


    Hope it helps.