User features - Navigate the FTP server - Upload files - Download files - Zip files - Unzip files - Install software - Copy, move and delete - Copy or move to a 2nd FTP server - Rename and chmod - View code with syntax highlighting - Plain text editor - HTML editors - Code editor - Search for words or phrases - Calculate size WWW: http://www.net2ftp.com/ PR: ports/133766 Submitted by: Alexander Kriventsov
18 lines
365 B
Text
18 lines
365 B
Text
%%PKGNAME%% has been installed into:
|
|
|
|
%%WWWDIR%%
|
|
|
|
|
|
To make net2ftp available through your web site, I suggest
|
|
that you add something like the following to httpd.conf:
|
|
|
|
Alias /net2ftp/ "%%WWWDIR%%/"
|
|
|
|
<Directory "%%WWWDIR%%/">
|
|
Options none
|
|
AllowOverride Limit
|
|
|
|
Order Deny,Allow
|
|
Deny from all
|
|
Allow from 127.0.0.1 .example.com
|
|
</Directory>
|