CVS log for ports/ftp/bbftp/Makefile
Up to [FreeBSD] / ports / ftp / bbftp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 4 00:50:27 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -7 lines
Remove always-false/true conditions based on OSVERSION 500000
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 6 16:43:35 2006 UTC (5 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -1 lines
- Broken on 4.X: does not compile (O_SYNC undeclared) Reported by: krismail
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 7 18:38:09 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
bbFTP is a file transfer software. It implements its own transfer protocol,
which is optimized for large files (larger than 2GB) and secure as it does not
read the password in a file and encrypts the connection information. bbFTP
main features are:
* Encoded username and password at connection
* SSH and Certificate authentication modules
* Multi-stream transfer
* Big windows as defined in RFC1323
* On-the-fly data compression
* Automatic retry
* Customizable time-outs
* Transfer simulation
* AFS authentication integration
* RFIO interface
bbFTP is open-source software, released under the GNU General Public License.
It was written by Gilles Farrache at IN2P3 Computing Center in Lyon, France.
WWW: http://doc.in2p3.fr/bbftp/index.html
PR: ports/98610
Submitted by: Petr Holub <hopet@ics.muni.cz>
