This package has been deprecated

Author message:

Use the @chilkat/ scoped packages instead.

chilkat_electron_2_0_win32_ia32

9.50.76 • Public • Published

chilkat_electron_2_0_win32_ia32

Electron classes for Asn Atom AuthAws AuthAzureAD AuthAzureStorage AuthGoogle Bounce Bz2 Cache Cert CertChain CertStore Charset CkDateTime Compression Encryption PKCS7 HMAC Encoding DigitalSignature Csv Diffie-Hellman DirTree Dkim Dsa Date/Time Ecc Email EmailBundle Ftp Gzip HtmlToText HtmlToXml HTTP S3 HttpRequest HttpResponse Imap JavaKeyStore JsonArray JsonObject Jwt Log POP3 SMTP Mailboxes Mht Mime Ntlm OAuth1 OAuth2 Pem Pfx PrivateKey Prng PublicKey Rest Rsa Rss SFtp Scp ServerSentEvent Socket TLS Spider Ssh SshKey SshTunnel Stream StringBuilder Tar Task TaskChain TrustedRoots UnixCompress Upload Url Xml XmlCertVault Xmp Zip ZipCrc ZipEntry

Search for "chilkat" in npm to find supported operating systems and Electron versions.

Freeware classes include: Atom, Cert, CertChain, CertStore, Csv, Pfx, PrivateKey, PublicKey, Rss, Spider, TrustedRoots, Upload, Xml, JsonObject, ...

Commercial classes include: Ssh, SFtp, Imap, Ftp2, Socket, Rest, OAuth2, Http, ...

chilkat!

install

With npm do:

npm install chilkat_electron_2_0_win32_ia32

usage

var os = require('os');
if (os.platform() == 'win32') {  
    var chilkat = require('chilkat_electron_2_0_win32'); 
} else if (os.platform() == 'linux') {
	if (os.arch() == 'arm') {
		var chilkat = require('chilkat_electron_2_0_arm');
	} else os.arch() == 'x86') {
		var chilkat = require('chilkat_electron_2_0_linux32');
	} else {
		var chilkat = require('chilkat_electron_2_0_linux64');
    }
} else if (os.platform() == 'darwin') {
	var chilkat = require('chilkat_electron_2_0_macosx');
}

var imap = new chilkat.Imap();
var sftp = new chilkat.SFtp();
var ftp = new chilkat.Ftp2();
var zip = new chilkat.Zip();
// etc..

documentation

Visit Chilkat Electron/Node.js Reference Documentation.

example code

Visit Chilkat Electron/Node.js Example Code

user forum

Visit Chilkat Forum

changelog

Releases are documented at Chilkat Release Notes

license

Chilkat License

Dependents (0)

Package Sidebar

Install

npm i chilkat_electron_2_0_win32_ia32

Weekly Downloads

0

Version

9.50.76

License

none

Unpacked Size

8.12 MB

Total Files

4

Last publish

Collaborators

  • npm