SFTP (SSH File Transfer Protocol) is a secure file protocol used to access, manage and transfer files over an encrypted SSH transfer. When compared to traditional FTP protocols, SFTP provides all the functions of FTP, and is easier to configure. different from perintah scpwhich only allows file transfer, command sftp …
Tag Archives: MacOS
Tutorial using wget command in Terminal
In this tutorial, we’ll show you how to use the Wget command with practical examples and step-by-step explanations of the most popular Wget options. What is wget? GNU Wget is a command line tool for downloading files from the web. With Wget, you can download files using HTTP, HTTPS, and …
Understanding Tail Command in Linux Terminal
tail command or tail command It will display the last (10 lines by default) of one or more files or data being piped. This command can also be used to monitor file changes in real time. One of the most common uses of the tail command is to watch and …
How To Install MySQL Workbench 8 on macOS
In this article, we take a look at the installation of MySQL Workbench 8 on the MacOS system. MySQL Workbench is a desktop application that allows developers to the SQL Server, Development, Design Database Procedure, as well as the maintenance of an integrated development environment. As of this article written, …