I have a telnet connection with my switch using a C++ program I've written. I then have to upload 300-350 .xsf scripts to the switch using tFTP. The problem I have is that uploading the scripts takes around 2 minutes. In other sections of my code I h...