ALL >> Computers >> View Article
Understanding Difference Between Ftp, Sftp And Ftps On Z/os
File Transfer Protocol (FTP) is a popular mechanism among z/OS users for exchanging files over TCP/IP networks. However, FTP was not designed to be a secure protocol and takes no precautions to protect information transmitted during a session. This security weakness can cause misuse or loss of crucial data from mainframes during data transport. FTPS and SFTP are secure alternatives to FTP that can mitigate data risks by enabling safer, encrypted data transmissions.
FTP on z/OS
File Transfer Protocol (FTP), first defined in 1985 by RFC 959, is the standard and most commonly used TCP/IP application to transfer files between z/OS and other operating-system platforms. An FTP client and server are part of the base z/OS Communications Server functions. FTP on z/OS transfers MVS datasets and easily handles conversion between ASCII and EBCDIC. However, z/OS FTP lacks a proper management mechanism and can be easily misused. Unmanaged FTP is not secure, as it transfers data between the client and the server without encryption. That means all the confidential information—user name, password, files, and commands—are ...
... transferred in clear text, making it easy for eavesdroppers to retrieve and read the information.
FTPS on z/OS
FTPS is the regular FTP protocol extended with network security features for authentication, data integrity, and data privacy. This is done by encrypting data with SSL/TLS (Secure Socket Layer/Transport Layer Security; TLS is simply the later version of SSL). Simply said, FTPS is FTP secured with an additional layer to all transmissions. FTPS supports password authentication and X.509 certificates. It also supports Kerberos encryption. However, because FTPS encrypts the command channel, it can be difficult to use behind firewalls.
SFTP on z/OS
Secure Shell (SSH) file transport protocol is supported on z/OS by multiple tools: IBM Ported Tools OpenSSH, and Tectia™ clients and servers, for two examples. SFTP provides a command set similar to, but not the same as, the FTP command set. It uses the SSH protocol to provide encryption and connection management. SFTP is common on Linux and Unix platforms. For SFTP support on z/OS, you need to install SFTP clients and servers. By re-writing batch jobs, z/OS FTP clients and servers can be made to pass some data transfers through SFTP clients and servers, thus transmitting data through secure SSH "tunnels." That conversion can also be automated by installing software that "wraps around" the z/OS FTP client and diverts transfers through SSH proxies.
Advantages of SFTP
FTPS support is built into the z/OS platform. It handles MVS datasets, ASCII-EBCDIC translation, and JES. However, SFTP is technologically superior: It encrypts and compresses transfer data. It provides a more sophisticated checksum mechanism to guard against data corruption in transit. And multiple application channels are multiplexed through a single port, making SFTP more firewall-friendly.
Since 1982, Software Diversified Services is providing first-quality software and technical support for IBM mainframes and VM, VSE, and mainframe ftp and z/OS systems. The VitalSigns for FTP (VFTP) product from SDS, provides monitoring, reporting, and security controls for file transfers by z/OS FTP, IBM Ported Tools OpenSSH, and enables Tectia SFTP.
Add Comment
Computers Articles
1. How To Develop An App From Scratch In 13 StepsAuthor: goodcoders
2. 7 Steps To Create A Safe Mobile App
Author: goodcoders
3. Why Do Businesses Need Vendor Management Software?
Author: Kiran
4. React Native App Development By Alvi Software
Author: Alvi Software
5. Custome
Author: Owner
6. Few Good Insights To Follow With Pc Gaming In Australia!
Author: Jack Williams
7. Transform Your Online Store With Australia's Leading Ecommerce Developers
Author: themerchantbuddy
8. How To Choose The Right Technology For Your mobile App?
Author: goodcoders
9. The Rise Of User Centered Web Design
Author: goodcoders
10. Reasons Why Laravel Perfect For Web Development?
Author: goodcoders
11. Ssd Vs Sas Vs Sata Drives: Which Is Better For Your Dedicated Server Hardware?
Author: The CyberTech
12. Raid Servers And Data Protection: Common Myths About Raid Servers
Author: The CyberTech
13. Top 8 Do's And Don’ts When Dealing With A Corrupted Sd Card
Author: The CyberTech
14. Nvme Vs Ssd: What To Choose For Your Storage Solutions?
Author: The CyberTech
15. 8 Common Data Recovery Myths Exposed!
Author: The CyberTech