Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.9.0 | 2024-03-06 | ||
1.8.2 | 2024-01-09 | ||
1.8.1 | 2023-12-20 | ||
1.8.0 | 2023-11-06 | ||
1.7.0 | 2023-07-04 | ||
1.6.1 | 2023-04-17 | ||
1.5.0 | 2022-11-07 | ||
1.4.4 | 2022-02-03 | ||
CHANGES.md | 2024-03-06 | 10.0 kB | |
README | 2023-03-08 | 1.5 kB | |
Totals: 10 Items | 11.5 kB | 0 |
# # UFTP standalone client # This is a full-featured client for UFTP. It allows to * list remote directories * upload/download files * sync files * make remote directories * delete remote files or directories * manage shares and access shared data It supports username/password authentication, token authentication, and ssh-key (on Linux) authentication to a UFTP Authentication Server or UNICORE/X server. Prerequisites ************* * Java 11 (OpenJDK, Oracle, IBM) or later * Access to a UFTP authentication service and the corresponding UFTPD server. To use the client, you need to know the address of the authentication service. Installation ************ Unzip the archive in a location of your choice. Add the 'bin' directory to your path. (Alternatively, you can copy 'bin/uftp' script to a directory that is already on your path, in this case edit the script and setup the required directories.) Usage ***** Invoking 'uftp' will list the available commands. Invoking 'uftp <command> -h' will show help for a command For password authentication, use the "-P" option. The password can be written into the URL, for example: $> uftp ls -u demo:password https://localhost:9000/rest/auth/TEST:/home/demo/ If not given on the command line, the password will be queried interactively. For detailed usage instructions and examples, refer to the manual available online at https://uftp-docs.readthedocs.io/en/latest/user-docs/uftp-client/index.html