Skip to content

Commit f075ae7

Browse files
committed
fix: correct minor grammar mistakes (miss spaces, remove extra letters)
1 parent 5d4d1a1 commit f075ae7

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

doc-examples.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ parameters, there are two options:
1111

1212
- Client/Server mode
1313

14-
First,the FDT server needs to be started on the remote system. ( The defaultsettings will be used, which implies the default port, 54321, on boththeclient and the server ). -S is used to disable the standalone mode,which means that the server will stop after the session will finish
14+
First, the FDT server needs to be started on the remote system. ( The default settings will be used, which implies the default port, 54321, on both the client and the server ). `-S` is used to disable the standalone mode, which means that the server will stop after the session will finish
1515

1616
```
1717
[remote computer]$ java -jar fdt.jar -S
1818
```
1919

20-
Then,the client will be started on the local system specifying the sourcefile, the remote address (or hostname) where the server was started inthe previous step and the destination directory
21-
20+
Then,the client will be started on the local system specifying the source file, the remote address (or hostname) where the server was started in the previous step and the destination directory
21+
2222
```
2323
[local computer]$ java -jar fdt.jar -c <remote_address> -d /home/remoteuser/destinationDir /home/localuser/local.data
2424
```
@@ -31,7 +31,7 @@ OR
3131

3232
- Secure Copy (SCP) mode
3333

34-
In this mode the server will be started on the remote systemautomatically by the local FDT client using SSH.
34+
In this mode the server will be started on the remote system automatically by the local FDT client using SSH.
3535

3636
```
3737
[local computer]$ java -jar fdt.jar /home/localuser/local.data remoteuser@<remote_address>:/home/remoteuser/destinationDir
@@ -43,7 +43,7 @@ OR
4343
[local computer]$ java -jar fdt.jar ./local.data remoteuser@<remote_address>:destinationDir
4444
```
4545

46-
If the remoteuser parameter is not specified the local user, runningthe fdt command, will beused to login on the remote system
46+
If the remote user parameter is not specified the local user, running the fdt command, will be used to login on the remote system.
4747

4848
2. To get the content of an entire folder and all its children,
4949
located in the user's home directory, the -r ( recursive
@@ -53,7 +53,7 @@ restricted to the local IP addresses only ( with -f flag ).
5353

5454
- Client/Server mode
5555

56-
Multiple addresses may be specfied using the -f flag using ':'. If theclient's IP address(es) is not specified in the allowed IP addressesthe connection will be closed. In the following command the server isstarted in standalone mode, which means that will continue to run afterthe session will finish. The transfer rate for every client sessionswill be limited to 4 MBytes/s
56+
Multiple addresses may be specfied using the -f flag using ':'. If the client's IP address(es) is not specified in the allowed IP addresses the connection will be closed. In the following command the server is started in standalone mode, which means that will continue to run after the session will finish. The transfer rate for every client sessions will be limited to 4 MBytes/s.
5757

5858
```
5959
[remote computer]$ java -jar fdt.jar -f allowedIP1:allowedIP2 -limit 4M
@@ -68,7 +68,7 @@ OR
6868
The command for the local client will be.
6969

7070
```
71-
[local computer]$ java -jar fdt.jar -pull -r -c <remote_address>-d /home/localuser/localDir /home/remoteuser/remoteDir
71+
[local computer]$ java -jar fdt.jar -pull -r -c <remote_address> -d /home/localuser/localDir /home/remoteuser/remoteDir
7272
```
7373

7474
OR
@@ -79,7 +79,7 @@ OR
7979

8080
- SCP mode
8181

82-
In this mode only the order of the parameters will be changed, and -ris the only argument that must be added ( -pull is implicit ). Sameauthentication policies apply as in the first example
82+
In this mode only the order of the parameters will be changed, and -ris the only argument that must be added ( -pull is implicit ). Same authentication policies apply as in the first example
8383

8484
```
8585
[local computer]$ java -jar fdt.jar -r remoteuser@<remote_address>:/home/remoteuser/remoteDir /home/localuser/localDir

doc-fdt-ddcopy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To retrieve list of files on custom path there is a custom mode which can be use
2222

2323
The OPTIONS currently supported may be server or client specific, or may be used in both modes.
2424

25-
**Common options used for both server and client :**
25+
**Common options used for both server and client :**
2626

2727
**-gsi** enables GSI authentication scheme in FDT. When started in server mode the FDT will open two TCP ports: one for GSI authentication and the other one for data channels
2828

@@ -44,7 +44,7 @@ The OPTIONS currently supported may be server or client specific, or may be used
4444

4545
**-printStats** Various statistics about buffer pools, sessions, etc will be printed
4646

47-
**-v** Verbose. Multiple 'v'-s (up to three) may be used to increment the verbosity level.Maximum level is three (-vvv) which corresponds to Level.FINEST for the standard Java logging system used by FDT.
47+
**-v** Verbose. Multiple 'v'-s (up to three) may be used to increment the verbosity level. Maximum level is three (-vvv) which corresponds to Level.FINEST for the standard Java logging system used by FDT.
4848

4949
**-u, -update** Update. If a newer version of fdt.jar is available on the update server it will update the local copy
5050

@@ -60,7 +60,7 @@ The OPTIONS currently supported may be server or client specific, or may be used
6060

6161
**-c \<host>** connect to the specified host. If this parameter is missing the FDT will become server
6262

63-
**-gsissh** used in the Secure Copy Mode to specify GSI authentication instead of normal SSH authentication scheme. The remote sshd servere must support GSI authentication.
63+
**-gsissh** used in the Secure Copy Mode to specify GSI authentication instead of normal SSH authentication scheme. The remote sshd server must support GSI authentication.
6464

6565
**-d \<dstDir>** The destination directory used to copy files.
6666

@@ -76,11 +76,11 @@ The OPTIONS currently supported may be server or client specific, or may be used
7676

7777
**Common options used for FDT Agent mode :**
7878

79-
Agent can use booth Server and Client options too, because at any time Agent can be Server or Client
79+
Agent can use both Server and Client options too, because at any time Agent can be Server or Client
8080

8181
**-p \<portNo>** specifies the TCP port to be used (for the server it is the port used to listen on; for the client the port to connect to). The default port is 54321.
8282

83-
**-tp \<transfer-ports>** specifies the TCP port lis to be used for transfer sessions. Ports are separated with comma.
83+
**-tp \<transfer-ports>** specifies the TCP port list to be used for transfer sessions. Ports are separated with comma.
8484

8585
**-agent** Option for FDT to run as agent.
8686

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is written in Java, runs an all major platforms and it is easy to use.
99
FDT is based on an asynchronous, flexible multithreaded system and is using
1010
the capabilities of the Java NIO libraries. Its main features are:
1111

12-
* Streams a dataset (list of files) continuously, using a managed poolof buffers through one or more TCP sockets.
12+
* Streams a dataset (list of files) continuously, using a managed pool of buffers through one or more TCP sockets.
1313
* Uses independent threads to read and write on each physical device
1414
* Transfers data in parallel on multiple TCP streams, when necessary
1515
* Uses appropriate-sized buffers for disk I/O and for the network

0 commit comments

Comments
 (0)