diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-30 20:55:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-30 20:55:57 +0000 |
commit | 75d6a268d81f894d6cffbf93e8e3db43c1efb8f3 (patch) | |
tree | ebc5888e417d94352225de69091479379411b24e /ftp/Makefile | |
parent | a7a532dfc36857b322d614e1ff979a331cc5e845 (diff) |
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
Notes
Notes:
svn path=/head/; revision=233003
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index aa88b08b42ab..b7c8dd77b3e5 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -62,6 +62,7 @@ SUBDIR += ncftp2 SUBDIR += ncftp3 SUBDIR += ncftpd + SUBDIR += net2ftp SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi |