Hello Team,
I am new to the THWACK community, so sorry for my stupid question.
I am trying to perform a firmware update for a C2960 switch using the predefined template with build-in TFTP server.
TFTP is working fine (means I can perform a write net from CLI to the tftp-server). The firmware images are stored on the TFTP server in a common
directory and this is the root of the TFTP server.
When starting the firmware upgrade the script tries to access subfolders on the tftp-Server:
copy flash:c2960s-universalk9-mz.152-2.E9.bin t172.16.10.123/.../
However, this subfolder doesn´t exist and I don´t want to use subfolders on my TFTP server.
So where is the ${SubFolder} variable set ? I tried to remove it from the script manually, but
then its not saved, so its still in.
Any idea what to do ?
Thanks
Alfred