SetConnect

SFTPrename

SecureFTP::SFTPrename
Description

Rename a file on the configured sftp server.

The following private key formats are supported:

RSA in OpenSSL PEM and ssh.com format
DSA in OpenSSL PEM and ssh.com format
ECDSA 256/384/521 in OpenSSL PEM format
ED25519 in OpenSSH key format

Private keys can be encrypted using one of the following cipher methods:

DES-EDE3-CBC
DES-EDE3-CFB
DES-CBC
AES-128-CBC
AES-192-CBC
AES-256-CBC

If you get "Invalid private key file" you can try converting the private key file to "ssh.com" format:

  • download and install PuTTY Key Generator from https://www.chiark.greenend.org.uk/~sgtatham/putty/
  • start "PuTTYgen"
  • now "Load" your private key into PuTTYgen
  • click "Conversions\Export ssh.com key" to save to a new private key file
  • use this file in Omniphlex

 

SFTPrename - FTP Server
Options
Hostname
The hostname or ip-address of the computer to connect to.
Port
The SFTP port (default=22).
Username
FTP username .
Password
FTP password .
SFTPrename - Rename
Options
From Filename
The "from" filename of the file to be renamed.
To Filename
The new name of the file.
SFTPrename - Options

Options
Retries
Number of times the plugin will try to download a file when an error occurs.
Timeout
The timeout for the connection in seconds.
Encoding
The encoding to use for the session.
Verbose Logging
If enabled, the logging will contain more information.
AutoAdjustTransferBlock
If enabled, the block sizes ane pipeline length will automatically be adjusted for optimal performance.
AutoAdjustCiphers
If enabled, the list of supported ciphers (algorithms) is adjusted on-the-fly (during handshake).
SFTPrename - Security

Options
Authentication Type
PASSWORD
Use standard password authentication only.
PUBLICKEY
Public/Private key with optional passphrase is used for authentication.
Privatekey File
Full path/name to the private keyfile.
Passphrase
Optional passprase which belongs to the private keyfile..
PASSWORD & PUBLICKEY
Password and Public/Private key with optional passphrase is used for authentication.
Privatekey File
Full path/name to the private keyfile.
Passphrase
Optional passprase which belongs to the private keyfile..

Documentation

Release notes