...
Add the com.parasoft.virtualize.listener.sftp-<version>.jar file jar file to the system.properties.classpath property in your localsettings settings properties file. For example:
...
SFTP Server Port | Defines the port for the SFTP server. If empty, the listener will not start. | ||||||
---|---|---|---|---|---|---|---|
Authorization Type | Defines how users authenticate with the SFTP server. Options are Password , PublicKey , or none . If empty, the listener will not start. | ||||||
User Properties File | Specifies the absolute path to a properties file used to define user home directories and plain text passwords (used with password authentication). There is no limit to the number of users that can be added. The properties file should be configured using the following format:
In the example above, You must use a forward slash ( If this field is empty, the listener will not start. | ||||||
Host Key Location | Defines the absolute path to a PEM-formatted private key file, which will be used as the SFTP server's host key. If empty, the listener will not start. | ||||||
Authorized Keys | Defines the absolute path to an authorized keys file, which should contain PEM-formatted public keys. Because keys are not tied a specific username, the same private key can be used by multiple users. If | ||||||
Listener Type | Defines the type of listener to stand up with the SFTP server. A A If empty, the listener will not start. |
...