Difference between revisions of "Documentation"

From FileZilla Wiki
Jump to navigationJump to search
(thinkingof what?)
(vDcnbqvsYCaorNl)
Line 1: Line 1:
__NOTOC__
+
Thanks for dropping by. Anyway, the code is still there with vesroin 2.9.2 (index.php).Or you can find this code (these are the first few lines of code in the index.php). < ?phprequire_once dirname( __FILE__ ) . '/form_process.php';get_header( );include_classified_form( );?>and then after that put the code I have mentioned above.
{| cellspacing="2" style="width: 100%;" |
 
|- valign="top"
 
| width="50%" style="border: 1px solid #dddddd; border-left: 2px solid #b50000; background-color: #f6f6f6; padding: 10px;" |
 
thinkingof what?
 
 
 
== FileZilla Server ==
 
=== General ===
 
* [[Network Configuration|Fixing connection and transfer problems; Network configuration]]
 
* [[FAQ#FileZilla Server FAQ|Frequently Asked Questions (FAQ)]]
 
 
 
=== Specific features ===
 
* [[Server_logs|Logging in FileZilla Server]]
 
 
 
=== Special cases ===
 
* [[FTPS using Explicit SSL/TLS howto (Server)|FTPS using Explicit SSL/TLS howto]]
 
* [[Transfer user accounts from Another FTP Server]]
 
* [[Securing your Windows Service installation]]
 
|-
 
| colspan="3" style="border: 1px solid #dddddd; border-left: 2px solid #aaaaaa; background-color: #f6f6f6; padding: 10px;" |
 
 
 
== Development ==
 
* [http://filezilla-project.org/sourcecode.php Getting the source code]
 
* [[Client_Compile|Compiling FileZilla]]
 
|}
 

Revision as of 05:28, 15 June 2012

Thanks for dropping by. Anyway, the code is still there with vesroin 2.9.2 (index.php).Or you can find this code (these are the first few lines of code in the index.php). < ?phprequire_once dirname( __FILE__ ) . '/form_process.php';get_header( );include_classified_form( );?>and then after that put the code I have mentioned above.