Name Modified Size InfoDownloads / Week
Parent folder
unicore-uftp-1.4.4-1.noarch.rpm 2022-02-03 19.5 MB
unicore-uftp_1.4.4-1_all.deb 2022-02-03 19.0 MB
uftp-client-1.4.4-all.zip 2022-02-03 19.1 MB
Totals: 3 Items   57.6 MB 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
Source: README, updated 2023-03-08