diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-01 04:55:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-01 04:55:57 +0800 |
commit | 2d123832da0409450239d4907853a1e1a2a51508 (patch) | |
tree | 2f9eb538be60814dbba9e14867b574a6063e9e0f /ftp/Makefile | |
parent | f3bf5e3aa98e031b80ec3896cb9bfbed245de2e0 (diff) | |
download | freebsd-ports-gnome-2d123832da0409450239d4907853a1e1a2a51508.tar.gz freebsd-ports-gnome-2d123832da0409450239d4907853a1e1a2a51508.tar.zst freebsd-ports-gnome-2d123832da0409450239d4907853a1e1a2a51508.zip |
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
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 |