SetConnect

SFTPlist

SecureFTP::SFTPlist
Description

Lists all files in the configured root path of the SFTP-server that match the search pattern and save a recordset containing information about the files and directories to the configured destination handle.

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

 

SFTPlist - FTP Server
Options
Hostname
The hostname or ip-address of the computer to connect to.
Username
FTP username .
Password
FTP password .
Port
FTP port (default is 21).
SFTPlist - Source
Options
Root path
Directory on the FTP server.
Include Subdirectories
When checked, files in subdirectories will be included.
Search Pattern
Filenames matching this regular-expression will be downloaded.
SFTPlist - Options
Options
Timeout
Time in seconds after which an FTP command will timeout.
Passive
When checked, passive-mode will be used.
Use Control Address for Passive
Determines if the control connection's address should be used when doing a Passive data connection, rather than the address given in the response to the PASV command. Useful when the server is behind a firewall with an improperly configured NAT.
Supported sFTP Versions
The sFTP versions that the plugin will support during the connection.
SFTPlist - 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