freebsd-ports/ftp/net2ftp/files/pkg-message.in
Martin Wilke 75d6a268d8 net2ftp is a web-based FTP client written in PHP
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
2009-04-30 20:55:57 +00:00

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>