jf rt transfer-plugin-install

Download and install the data-transfer user plugin on the primary node of Artifactory running on the local machine.

Synopsis

jf rt transfer-plugin-install <server-id> [options]

Aliases:

Arguments

ArgumentRequiredDescription
<server-id>YesServer ID on which the plugin should be installed (typically the source server)

Options

FlagDefaultDescription
--dirLocal directory containing plugin files to install (instead of downloading)
--home-dir/opt/jfrogLocal JFrog home directory for plugin installation
--versionlatestPlugin version to download and install

Examples

Install the Latest Plugin

jf rt transfer-plugin-install --help

Install a Specific Version

jf rt transfer-plugin-install my-server --version 1.2.3

Install from Local Directory

jf rt transfer-plugin-install my-server --dir ./plugins/data-transfer

Use a Custom Home Directory

jf rt transfer-plugin-install my-server --home-dir /opt/my-jfrog

Note: Run this command on the machine where the Artifactory primary node runs. The plugin is required for transfer-config and transfer-files operations.

When to Use

This is the first step in any Artifactory-to-Artifactory migration. Run it on the machine where the source Artifactory primary node is running, before using transfer-config or transfer-files.

Important Notes

  • Must be run on the same machine as the Artifactory primary node (it installs files into the local filesystem).
  • The default JFrog home directory is /opt/jfrog. Override with --home-dir if your installation uses a different path.
  • After installation, Artifactory may need to be restarted (or the plugin will be loaded automatically depending on your configuration).
  • Use --version to install a specific plugin version if you need compatibility with a particular Artifactory version.


What’s Next

Plugin installed. Next, transfer your server configuration.