|
FASTCopy and SSL V3.0
Question:
How can I enable SSL 3.0 encryption during file transfer?
Answer:
You can verify that SSL encryption was employed by viewing the log file of the transfer and observing the following line:
FCOPY-I-SSLSESS, this session is SSL activated using: RC4-SHA
To activate an SSL transfer through the CLI (Command-Line interface), use the following command syntax (all in one line):
fcopy E:\temp\a.a \\localhost\E:\temp\c.c -user=administrator -password=SOMEPASSWORD -authenticate=certificate -ca_directory=\"E:\\Program Files\\SoftLink\\ssl\" -key=\"E:\\Program Files\\SoftLink\\ssl\\fc_client_key.pem\" -key_phrase=democlient -certificate=\"E:\\Program Files\\SoftLink\\ssl\\fc_client_cert.pem\" -cipher="RC2" -peer_common_name="Server-Demo" -dh -line_cipher="bf-ecb" -replace ?report
Note that on UNIX systems the certificates may be found in: /usr/flogic/ssl
For more information on SSL please refer to the FASTCopy SSL Guide or contact SoftLink Support (http://www.repliweb.com/html/contact/support.shtml)
Related Topics:
WINDOWS
UNIX
FASTCopy
SECURITY
Back to FAQ Index
|