|
|
Released on 3-Nov-2008
Chilkat SFTP ActiveX Component
The Chilkat SFTP ActiveX makes it possible to upload and download files over the Secure File Transfer Protocol (SFTP, also known as FTP over SSH). Remote filesystems may be managed programmatically because the ActiveX provides the ability to create/rename/delete files and directories, as well as modify file attributes and date/times. It supports both password-based and public key authentication. Standard Chilkat AbortCheck event callbacks ensure that your application never hangs, and any method call may be aborted. See the full list of features below.
SFTP ActiveX Features
- Upload and download files.
- Download directory listings w/ easy access to file information.
- Copy files and data directly from/to variables
- Supports all versions of SFTP servers (v3, v4, v5, v6, etc.)
- Supports both password and public-key authentication.
- Supports 64-bit file sizes.
- Allows for multiple files or directories to be open simultaneously.
- Create remote directories.
- Delete and rename remote files and directories.
- Get/set file last-modified, create, and last-access date/times.
- Get/set file permissions and attributes.
- Get/set file owner and group.
- Event callbacks for progress monitoring and abort.
- Resolve relative paths to absolute paths via "REALPATH".
- Copy local file attributes and date/times to remote file.
- Provides full control of whether symbolic links are resolved (i.e. followed)
SSH Key Creation/Conversion Features
- Generate new DSA keys.
- Generate new RSA keys.
- Import/export private keys in OpenSSH format (encrypted or unencrypted).
- Import/export private keys in PuTTY format (encrypted or unencrypted).
- Import/export public keys in OpenSSH format.
- Import/export public keys in RFC 4716 format.
- Import/export keys in XML format.
- Generate fingerprint for key.
|