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
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead
2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version.
2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead
The changes in the patch files are almost the same as in Eugene's PR,
although I arrived at them mostly independently :)
Reformat all patch files now that I use quilt to manage them.
Fix two complaints from portlint: needless use of CFLAGS and differentiation
between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene!
PR: 132358
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
method for constructing a sockaddr_in to pass to connect().
This approach breaks on more recent FreeBSDs which are more strict about
the first two bytes of sockaddr_in.
- Patch modifies lchat.pl to use perl's &Socket'pack_sockaddr_in and
&Socket'unpack_sockaddr_in functions to do the right thing.
PR: ports/131911
Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
Pure-ftpd supports the "SITE UTIME" command, which allows the client to set the
modification time of a file to a particular timestamp, expressed in UTC.
However, pure-ftpd passes the UTC timestamp directly to the operating system's
utime() function, which is a bug, because utime() requires that the timestamp be
in local time instead of UTC.
For example for server with MSK localtime:
> ---> MDTM cuba2008_1.mpeg.stat
> <--- 213 20090106074437
> ---> SITE UTIME cuba2008_1.mpeg.stat 20090106104437 20090106104437 20090106104437 UTC
> <--- 250 UTIME OK
PR: ports/131645
Submitted by: Yar Odin <yarodin@gmai.com>
- Fix plist to not try and rmdir locale directories.
- Respect WITHOUT_NLS.
- Take explicit contol of dbus dependency (default was "auto").
- Add OPTIONS for DBUS and NLS (both default On).
- Silence portlint.
PR: ports/131106
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net>