aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/bbftp
Commit message (Collapse)AuthorAgeFilesLines
* - Broken on 4.X: does not compile (O_SYNC undeclared)pav2006-08-071-1/+7
| | | | Reported by: krismail
* bbFTP is a file transfer software. It implements its own transfer protocol,pav2006-06-086-0/+242
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>