관리-도구
편집 파일: error.html
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>CrushFTP</title> <link href="style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="crushftp_functions.js"></script> </head> <body bgcolor="cccccc"> <center> <br/> <b><h1>An error occured while trying to connect.</h1></b> <table><tr> <td> Please double check that you have the right IP, username, and password.<br/> Additionally make sure that you have the proper path set. This is likely just a single slash ( / ).<br/> </td> </tr></table> </center> <br> </body> </html>