HTTP Configuration Manger In order to use the the HTTP Configuration Manager the files in this directory need to reside in the flash filesystem under /http/config. % cd % ftp Connected to 10.0.0.50. 220 FTP server ready. Name (10.0.0.50:edavis): admin 331 Password required. Password: ******** 230 User logged in. Remote system type is UNIX. Using binary mode to transfer files. -> ftp> mkdir http 257 command successful. -> ftp> cd http 250 cwd command successful. -> ftp> mkdir config 257 command successful. -> ftp> cd config 250 cwd command successful. -> ftp> pwd 257 "/http/config/" is current directory -> ftp> mput * ... (snip) ... ftp> dir ... (snip) ... ftp> quit 221 Goodbye.