You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc-examples.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ parameters, there are two options:
11
11
12
12
- Client/Server mode
13
13
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
15
15
16
16
```
17
17
[remote computer]$ java -jar fdt.jar -S
18
18
```
19
19
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
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.
47
47
48
48
2. To get the content of an entire folder and all its children,
49
49
located in the user's home directory, the -r ( recursive
@@ -53,7 +53,7 @@ restricted to the local IP addresses only ( with -f flag ).
53
53
54
54
- Client/Server mode
55
55
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.
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
Copy file name to clipboardExpand all lines: doc-fdt-ddcopy.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ To retrieve list of files on custom path there is a custom mode which can be use
22
22
23
23
The OPTIONS currently supported may be server or client specific, or may be used in both modes.
24
24
25
-
**Common options used for both server and client :**
25
+
**Common options used for both server and client :**
26
26
27
27
**-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
28
28
@@ -44,7 +44,7 @@ The OPTIONS currently supported may be server or client specific, or may be used
44
44
45
45
**-printStats** Various statistics about buffer pools, sessions, etc will be printed
46
46
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.
48
48
49
49
**-u, -update** Update. If a newer version of fdt.jar is available on the update server it will update the local copy
50
50
@@ -60,7 +60,7 @@ The OPTIONS currently supported may be server or client specific, or may be used
60
60
61
61
**-c \<host>** connect to the specified host. If this parameter is missing the FDT will become server
62
62
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.
64
64
65
65
**-d \<dstDir>** The destination directory used to copy files.
66
66
@@ -76,11 +76,11 @@ The OPTIONS currently supported may be server or client specific, or may be used
76
76
77
77
**Common options used for FDT Agent mode :**
78
78
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
80
80
81
81
**-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.
82
82
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.
0 commit comments