This mode sets the Software as a standard FTP Proxy Server with additional
encryption and cache
features. Additionally you can cache transfered files locally to allow quickly
downloads.
Configure FTP client
Let's define some terms and parameters:
- Non-secure FTP client - any FTP client that uses a standard FTP protocol
and does not encrypt control and/or data connections.
- Secure FTP client - FTP client that uses SSL protocol to encrypt
control and/or data connections.
Some of them encrypt only control connection and others encrypt both control and data connections.
- Non-secure FTP Server - any standard FTP Server that does not encrypt connections.
- Secure FTP Server - - FTP Server that encrypts control and/or data connections with SSL protocol.
- Address of the proxy server - proxy.
- Address of remote FTP Server - ftp.domain.com with port 21.
Access non-secure FTP Server from non-secure FTP client
- Proxy properties of FTP client: address - proxy, port - 5349.
- Logon properties of FTP client: address - ftp.domain.com, port - 21.
Access secure FTP Server from non-secure FTP client
- Proxy properties of FTP client: address - proxy, port - 5349.
- Logon properties of FTP client: address - ftp.domain.com(ctrl) or ftp.domain.com(both), port - 21.
Access non-secure FTP Server from secure FTP client
- Proxy properties of FTP client: address - proxy, port - 5350 or 5351.
- Logon properties of FTP client: address - ftp.domain.com, port - 21.
Access secure FTP Server from secure FTP client
- Proxy properties of FTP client: address - proxy, port - 5350 or 5351.
- Logon properties of FTP client: address - ftp.domain.com(ctrl) or ftp.domain.com(both), port - 21.
Copyright © Kiesoft. All rights reserved.