What is SecureFTP and what does it do?
SecureFTP provides secure file transfer capabilities for zVSE/VSEn environments using TCP/IP. It supports both TLS and SSL protocols for encryption.
How is SecureFTP configured?
SecureFTP uses configuration files to manage settings such as port numbers, encryption levels, and user access controls. These files are typically located in the system's configuration directory.
What are the common commands used in SecureFTP?
SecureFTP supports standard FTP commands such as GET for downloading files, PUT for uploading files, and DELETE for removing files. It also includes secure versions of these commands that utilize TLS/SSL encryption.
How does SecureFTP enhance security?
SecureFTP enhances security by implementing TLS and SSL protocols, which encrypt data during transfer. It also supports various authentication methods to verify user identities.