secure ftp wrapper

secure ftp wrapper

Secure FTP Wrapper TRIAL DOWNLOAD
BUY DOCS

FREQUENTLY ASKED QUESTIONS


Does Secure FTP Wrapper encrypt the files I transfer?

Yes. Secure FTP Wrapper can encrypt both the control (command) and data channels (PASV and PORT). Additionally, Secure FTP Wrapper supports both implicit and explicit SSL connections.

Does Secure FTP Wrapper support SFTP (FTP using SSH)?

No. Secure FTP Wrapper only supports the file transfer protocol (FTP) over secure sockets layer (SSL or TLS).

What clients does Secure FTP Wrapper support?

Secure FTP Wrapper supports any FTPS-compliant client.

Does Secure FTP Wrapper support Microsoft IIS?

Yes. Secure FTP Wrapper works with Microsoft IIS FTP 5, 6, and 7.

Does Secure FTP Wrapper require a 3rd-party SSL certificates?

No. Secure FTP Wrapper will generate a self-signed certificate if one is not specified.

Does Secure FTP Wrapper work with 3rd-party SSL certificates?

Yes. Secure FTP Wrapper supports certificates in the PEM or DER formats. And RSA private keys encoded in PKCS8 or PKCS12 in the DER format.

How do I convert an RSA private key from x509 to PKCS8?

openssl pkcs8 -topk8 -nocrypt -outform der -in <private-key.pem> -out <private-key.pk8>

Does Secure FTP Wrapper support PKCS12 certificates?

Not directly. You will need to use a tool like OpenSSL to convert it into the PEM format.

Getting an RSA private key in PEM format from a PKCS12 file:

openssl pkcs12 -in <verisign.pfx> -nocerts -nodes -out <priv.pem>

Getting an public key in PEM format from a PKCS12 file:

openssl pkcs12 -in <verisign.pfx> -nokeys -out <pub.pem>

key features

secure

  • Fully TLS/SSL compliant
  • Supports strong 256-bit AES encryption
  • Supports both explicit and implicit SSL connections
  • Supports IP-based access control lists (ACLs)
  • FIPS 140 compliant

powerful

  • Easy configuration and setup
  • Support for multiple instances
  • Supports most FTPS compliant clients
  • Supports Mode Z compression
  • Supports Clear Command Channel (CCC)
  • Supports EPSV

integrated

  • Use your existing FTP server setup
  • Fully cross-platform server component
  • Support for most firewalls
  • Works with 3rd-party SSL certificates