Category: All

Polycom Phones with TFTP Server

This is my experience setting up a Polycom VVX 250 to provision to a TFTP server. Install Debian 11 then run the following command: sudo apt install tftpd-hpa Next I modified the config file located here: sudo nano...

Read More

FTP Bash Script Automated by CronTab

I actually had a lot of trouble with this but in the end this finally worked: #!/bin/bash declare HOST=’192.168.0.20 50015′ declare USER=admin declare PASSWORD=MyPassword123 ftp -nvp $HOST <<EOF ascii user...

Read More
Loading

Categories