| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
Basic FTP clients come with many operating systems, including DOS, Linux and Unix. However, many enhanced clients are available typically as shareware for Windows and as freeware for Unix-like systerms. Many modern web browsers have built-in FTP clients as well.
Some operating systems including newer versions of Windows and Mac OS X can mount FTP servers as virtual drives directly within the operating system, which may be easier or more convenient for some users than using a specialized client.
Common interactive command-line FTP clients include:
GUI clients for various operating systems include:Additionally, sftpSecure FTP refers to the process of tunneling a normal FTP session over an SSH connection. The 'Secure FTP' label is misleading in that only the control channel is secured; the data channel is still transmitted in cleartext outside of the SSH tunnel. tunnels the FTP protocol over ssh for a much more secure session. WgetWget is a GNU free software tool that permits advanced file retrieval from networks and the Internet. For example, it allows for simplified mirroring and recursive downloading. Its name is derived from World Wide Web and GET which is the name of the comma is a command-line utility that can download via FTP non-interactively.