
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xml:lang="en" dir="ltr">

<head>

<meta http-equiv="Content-type" content="text/html;charset=iso-8859-1" />

<meta name="keywords" content="net2ftp, web, ftp, based, web-based, xftp, client, PHP, SSL, password, server, free, gnu, gpl, gnu/gpl, net, net to ftp, netftp, connect, user, gui, interface, web2ftp, edit, editor, online, code, php, upload, download, copy, move, delete, zip, tar, unzip, untar, recursive, rename, chmod, syntax, highlighting, host, hosting, ISP, webserver, plan, bandwidth" />

<meta name="description" content="net2ftp is a web based FTP client. It is mainly aimed at managing websites using a browser. Edit code, upload/download files, copy/move/delete directories recursively, rename files and directories -- without installing any software." />

<link rel="shortcut icon" href="favicon.ico" />

<title>net2ftp - a web based FTP client</title>

<script type="text/javascript"><!--
function CheckInput(form) {
	var u,p1,p2,e;
	s=form.ftpserver.value;
	u=form.username.value;
	p=form.password.value;
	if (s.length==0) {
		form.ftpserver.focus();
		alert("Please enter an FTP server.");
		return false;
	}
	if (u.length==0) {
		form.username.focus();
		alert("Please enter a username.");
		return false;
	}
	return true;
}
function do_anonymous(form) {
	var checked = form.anonymous.checked;
	if (checked == true) {
		vars_defined = 'true';
		last_username = form.username.value;
		last_password = form.password.value;
		form.username.value = "anonymous";
		form.password.value = "user@net2ftp.com";
	} else {
		form.username.value = last_username;
		form.password.value = last_password;
	}
	return true;
}
function ClearCookies() {
	document.forms['LoginForm'].state.value='clearcookies';
	document.forms['LoginForm'].state2.value='';
	document.forms['LoginForm'].submit();
}
//--></script>

<link rel="stylesheet" type="text/css" href="/skins/blue/css/main.css.php?ltr=ltr&amp;image_url=%2Fskins%2Fblue%2Fimages" />

</head>

<body onload="">



<!-- Template /skins/blue/login.template.php begin -->
<!-- Template /skins/blue/login_other.template.php begin -->

<!-- Template /skins/blue/header_login.template.php begin -->

<div id="container">

	<div id="head">

		<div id="headleft">

			<a href="http://www.000webhost.com" target="_blank"><img src="/skins/blue/images/img/logo.png" alt="net2ftp" style="width: 199px; height: 38px; border: 0;" />
</a>

		</div>

		<div id="headright">

			<h2 style="text-align: left;">net2ftp - A web based FTP client</h2>

		</div>

	</div>

<!-- Template /skins/blue/header_login.template.php end -->

	<div id="main">
		<div id="mainleft">
			<form id="LoginForm" action="/index.php" method="post" onsubmit="return CheckInput(this);">
				<table style="background-color: #bbd2e0; border: 1px solid #003250;" border="0" cellpadding="2" cellspacing="0">
					<tbody>
						<tr>
							<td style="padding-left: 10px; vertical-align: top; width: 20%; padding-top:5px;">FTP server</td>
							<td colspan="2" style="vertical-align: top; padding-top:5px;">
									<input type="text" name="ftpserver" value="nightassasin.webuda.com" style="width:230px;" />
  
									&nbsp; port <input size="3" maxlength="5" name="ftpserverport" value="21" type="text" /> 
  
									<div style="font-size: 0.9em;">Example: ftp.server.com, 192.123.45.67</div>
							</td>
						</tr>
						<tr style="vertical-align: middle;"> 
							<td style="padding-left: 10px;">Username</td>
							<td style="width: 46%;"><input name="username" value="a5501422" type="text" style="width:230px;" /></td>
							<td style="width: 27%;"><input name="anonymous" value="1" onclick="do_anonymous(form);" type="checkbox" />&nbsp; Anonymous</td>
						</tr>
						<tr style="vertical-align: middle;"> 
							<td style="padding-left: 10px;">Password</td>
							<td><input name="password" value="" type="password" style="width:230px;" /></td>
							<td><span><input name="passivemode" value="yes" type="checkbox"  />&nbsp; Passive mode</span></td>
						</tr>
						<tr style="vertical-align: middle;"> 
							<td style="padding-left: 10px;">Initial directory</td>
							<td><input name="directory" value="/public_html/theme" type="text" style="width:230px;" /></td>
								<td><span><input name="sslconnect" value="yes" type="checkbox"  />&nbsp; SSL</span></td>
						</tr>
						<tr style="vertical-align: middle;"> 
							<td style="padding-left: 10px;">Language</td>
							<td>
<select name="language" id="language" onchange="document.forms['LoginForm'].state.value='login'; document.forms['LoginForm'].submit();" style="width:120px;" class="input_select">
<option value="ar" >Arabic</option>
<option value="ar-utf" >Arabic UTF-8</option>
<option value="zh" >Simplified Chinese</option>
<option value="tc" >Traditional Chinese</option>
<option value="cs" >Czech</option>
<option value="nl" >Dutch</option>
<option value="en" selected="selected">English</option>
<option value="en-utf" >English UTF-8</option>
<option value="fr" >French</option>
<option value="de" >German</option>
<option value="it" >Italian</option>
<option value="ja" >Japanese</option>
<option value="pl" >Polish</option>
<option value="pt" >Portugese</option>
<option value="ru" >Russian</option>
<option value="es" >Spanish</option>
<option value="sv" >Swedish</option>
<option value="tr" >Turkish</option>
<option value="vi" >Vietnamese</option>
</select>
							</td>
							<td></td>
						</tr>
						<tr style="vertical-align: middle;"> 
							<td style="padding-left: 10px;">Skin</td>
							<td>
<select name="skin" id="skin"  style="width:120px;" class="input_select">
<option value="blue" selected="selected">Blue</option>
<option value="india" >India</option>
<option value="mobile" >Mobile</option>
</select>
							</td>
							<td></td>
						</tr>
						<tr style="vertical-align: middle;"> 
							<td style="padding-left: 10px;">FTP mode</td>
							<td colspan="2"> 
								<input name="ftpmode" value="binary"        type="radio" />&nbsp; Binary &nbsp; &nbsp;
								<input name="ftpmode" value="automatic" checked="checked" type="radio" />&nbsp; Automatic							</td>
						</tr>
						<tr>
							<td></td>
							<td colspan="2" style="padding-left: 40px;"> 
								<input type="submit" class="button" name="Login" value="Login" alt="Login" />
							</td>
						</tr>
						<tr style="vertical-align: middle; text-align: left;"> 
							<td colspan="1" style="text-align: left; padding-left: 20px; padding-bottom: 5px;"></td>
							<td colspan="2" style="text-align: right; padding-right: 20px; padding-bottom: 5px;">
								<a href="javascript:ClearCookies();">Clear cookies</a> &nbsp;
								<a href="/index.php?state=login_small&amp;state2=admin&amp;go_to_state=admin">Admin</a>
							</td>
						</tr>
					</tbody>
				</table>
				<input type="hidden" name="state"     value="browse" />
				<input type="hidden" name="state2"    value="main" />
			</form>
<script type="text/javascript"><!--
	document.forms['LoginForm'].ftpserver.focus();
//--></script>
		</div>
		<div id="mainright">
			<div id="tabelfeaturestop">Once you are logged in, you will be able to:</div>
			<div id="tablefeature">
				<span>Navigate the FTP server</span>
				<p>Once you have logged in, you can browse from directory to directory and see all the subdirectories and files.</p>
				<span>Upload files</span>
				<p>There are 3 different ways to upload files: the standard upload form, the upload-and-unzip functionality, and the Java Applet.</p>
				<span>Navigate the FTP server</span>
				<p>Once you have logged in, you can browse from directory to directory and see all the subdirectories and files.</p>
				<span>Download files</span>
				<p>Click on a filename to quickly download one file.<br />Select multiple files and click on Download; the selected files will be downloaded in a zip archive.</p>
				<span>Zip files</span>
				<p>... and save the zip archive on the FTP server, or email it to someone.</p>
				<span>Unzip files</span>
				<p>Different formats are supported: .zip, .tar, .tgz and .gz.</p>
				<span>Install software</span>
				<p>Choose from a list of popular applications (PHP required).</p>
				<span>Copy, move and delete</span>
				<p>Directories are handled recursively, meaning that their content (subdirectories and files) will also be copied, moved or deleted.</p>
				<span>Copy or move to a 2nd FTP server</span>
				<p>Handy to import files to your FTP server, or to export files from your FTP server to another FTP server.</p>
				<span>Rename and chmod</span>
				<p>Chmod handles directories recursively.</p>
				<span>View code with syntax highlighting</span>
				<p>PHP functions are linked to the documentation on php.net.</p>
				<span>Plain text editor</span>
				<p>Edit text right from your browser; every time you save the changes the new file is transferred to the FTP server.</p>
				<span>HTML editors</span>
				<p>Edit HTML a What-You-See-Is-What-You-Get (WYSIWYG) form; there are 2 different editors to choose from.</p>
				<span>Code editor</span>
				<p>Edit HTML and PHP in an editor with syntax highlighting.</p>
				<span>Search for words or phrases</span>
				<p>Filter out files based on the filename, last modification time and filesize.</p>
				<span>Calculate size</span>
				<p>Calculate the size of directories and files.</p>
			</div>
		</div>
		<div style="clear: both"></div>
	</div>

<!-- Template /skins/blue/footer.php begin -->

	<div id="foot">




	</div>

	<div id="poweredby"></div>

</div>


<!-- Template /skins/blue/footer.php end -->

<!-- Template /skins/blue/login_other.template.php end -->
<!-- Template /skins/blue/login.template.php end -->






</body>

</html>