blob: 21df5efecd97947791f5c5810efd60e3c9d6c4d2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="connectWindow.css">
</head>
<body>
<form name = "input">
<div>
<label for="host"> Host </label>
<input type="text" id="host">
</div>
<div>
<label for="user"> Username </label>
<input type="text" id="user">
</div>
<div>
<label for="password"> Password </label>
<input type="password" id="password">
</div>
<div>
<label for="port"> Port </label>
<input type="port" id="port">
</div>
<div id = "connect">
<input type="submit" value="Connect" class= "connect">
</div>
</form>
<script src="third_party/jquery.js"></script>
<script src="third_party/TextEncoder/encoding-indexes.js"></script>
<script src="third_party/TextEncoder/encoding.js"></script>
<script src="FTPModule.js"></script>
<script src="FTPSession.js"></script>
<script src="main.js"></script>
</body>
</html>