Click here to Skip to main content
15,881,803 members
Articles / Web Development / HTML

Advanced FTP Server

Rate me:
Please Sign up or sign in to vote.
4.78/5 (26 votes)
24 Oct 2009CPOL7 min read 130K   20K   94  
Enables remote access to your files and folders via FTP
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
  <SETTINGS>
    <KEY NAME="MIN_PASSV_PORT" VALUE="7000" />
    <KEY NAME="MAX_PASSV_PORT" VALUE="7100" />
    <KEY NAME="FTP_PORT" VALUE="21" />
    <KEY NAME="AUTO_START_FTP" VALUE="1" />
    <KEY NAME="ENABLE_FTP_LOGGING" VALUE="0" />
    <KEY NAME="HTTP_PORT" VALUE="9090" />
    <KEY NAME="AUTO_START_HTTP" VALUE="1" />
    <KEY NAME="HTTP_LOGIN_ID" VALUE="ADMIN" />
    <KEY NAME="HTTP_PASSWORD" VALUE="admin" />
    <KEY NAME="ENABLE_NOTIFY_ICON" VALUE="1" />
    <KEY NAME="ENABLE_FTPFOLDER_ICON" VALUE="0" />
    <KEY NAME="ENABLE_QUICK_CONFIG_MENU" VALUE="1" />
    <KEY NAME="AUTO_SEND_ERROR_REPORT" VALUE="0" />
    <KEY NAME="ENABLE_APD" VALUE="0" />
    <KEY NAME="MOVE_FILES_TO_RECYCLE_BIN" VALUE="1" />
    <KEY NAME="DATE_TIME_FORMAT" VALUE="dd-MM-yyyy hh:mm:sstt" />
  </SETTINGS>
  <UserAccount>
    <USER UserName="ADMIN" Password="admin" Root="C:" PermissionSet="111111111" Enabled="1" />
  </UserAccount>
</Configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India


Completed B.Com(CS) at DGVC and GNIIT Software Engineering at NIIT. Resident at Chennai and working as a Software Engineer.



 Language / Technology :

C#, ADO.NET, ASP.NET, MVC, WCF, ASP, PHP, XML, Java, J2EE, HTML, JavaScript, JQuery, AngularJS, VB Script, C++, MS SQL Server, SSRS, MySql, Oracle, Oracle Forms Development, Windows, Linux.



Click here to view other articles.


Mail Me at:  shridhar_tl@ymail.com


Visit my Site:  www.iCodeIt.in


Comments and Discussions