...
Command Line Installation
Add the sftp.jar file jar file to the system.properties.classpath property in your localsettings settings properties file. For example:
...
Scroll Table Layout | ||
---|---|---|
|
Home Directory | Defines the user's local home directory. This directory is not the same as the user's remote home directory, which is configured on the server side. If empty, the system's current user's home directory will be used. |
---|---|
Command #1 - #10 | Specifies the series of SFTP commands to be performed during the SFTP session. The commands will be executed in the order in which they are listed here. They should be typed exactly as if they were being performed in an interactive SFTP console. At least one of these fields must be defined. |
Connection Settings
Scroll Table Layout | ||
---|---|---|
|
Host | Defines the hostname or IP address of the server. Default is localhost . |
---|---|
Port | Defines the port for connecting to the server. Default is |
User Name | Defines the username for connecting to the server. If empty, the tool will remain disabled. |
Key Store File | Defines the absolute path to the user’s private key file, which should be in PEM format. If empty, the tool will remain disabled. |
Known Hosts File | Defines the absolute path to a known hosts file, which should be formatted as a standard OpenSSH known hosts file. If a known hosts file is defined, then strict host key checking will be enabled. If the host key is not found in the known hosts file, the connection to the server will be closed. If empty, strict host key checking will remain disabled. |
Timeout | Defines how many seconds to wait to connect to the SSH server (as well as the underlying SFTP channel) before timing out and closing all connections. Default is 30 seconds. |
Third-party Content
This plug-in includes items that have been sourced from third parties as outlined below.
...