Categories
Uncategorized

tftp server on macOS

# Start tftp Service
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist

# /private/tftpboot is used as the root

# End tftp Service
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist

Categories
Uncategorized

update ruckus via CLI

This particular example is using a local tftp server.

fw set control ****.bl7 fw set proto tftp
fw set host x.x.x.x
fw update
reboot