1 | BBFTP |
---|
2 | ----- |
---|
3 | * What BBFTP is |
---|
4 | |
---|
5 | o BBFTP is a software designed to quickly transfer files accross a |
---|
6 | wide area network. It has been written for the Babar experiment in |
---|
7 | order to transfer big files (more than 2 GigaBytes) between SLAC |
---|
8 | (Californie) and the In2p3 Computing Center(Lyon,France). |
---|
9 | |
---|
10 | o BBFTP is divided in two parts : a daemon and several clients. The |
---|
11 | clients are talking with the daemon on a control connection, and |
---|
12 | are transfering data throught several parallel tcp streams. All |
---|
13 | those streams use big windows as defined in rfc1323. |
---|
14 | |
---|
15 | o BBFTP also give the ability to compress (and uncompress) data on |
---|
16 | the fly. Usage has shown that with a speed link of 34 Mbps, |
---|
17 | compression, even with a powerfull computer is not efficient. |
---|
18 | |
---|
19 | o In order to secure the transmission of the username and the |
---|
20 | password BBFTP uses the cryptolib of the OpenSSL project. |
---|
21 | |
---|
22 | * What BBFTP is not |
---|
23 | |
---|
24 | o A client implementing the FTP protocol. |
---|
25 | |
---|
26 | o A very efficient tool to transfer small files accross a local area |
---|
27 | network. |
---|
28 | |
---|
29 | * You can get more information on the BBFTP Home Page |
---|
30 | (http://doc.in2p3.fr/bbftp/) |
---|
31 | |
---|
32 | Directories and files |
---|
33 | --------------------- |
---|
34 | |
---|
35 | CHANGES |
---|
36 | History of changes |
---|
37 | README |
---|
38 | This file |
---|
39 | TODO |
---|
40 | Things to implement |
---|
41 | bbftpc |
---|
42 | The client bbftp. |
---|
43 | Tested for OSF1 4.0, OSF1 5.1, SunOS 5.7, SunOS 5.8, Linux 2.2, Linux 2.4, |
---|
44 | AIX 4.3, AIX 5.1. |
---|
45 | The Linux version is available under intel processor (it has only |
---|
46 | been tested on i686) and Linux power pc. |
---|
47 | bbftpd |
---|
48 | The daemon. |
---|
49 | Tested for OSF1 4.0, OSF1 5.1, SunOS 5.7, SunOS 5.8, Linux 2.2, Linux 2.4, |
---|
50 | AIX 4.3, AIX 5.1. |
---|
51 | The Linux version is available under intel processor (it has only |
---|
52 | been tested on i686) and Linux power pc. |
---|
53 | includes |
---|
54 | Headers |
---|
55 | doc |
---|
56 | Documentation |
---|