[Cyberduck] How to exchange files on Linux (CentOS7) started by VirtualBox with mac using GUI

[How to build a Jenkins server with a Docker container on CentOS 7 of VirtualBox and access the Jenkins server from a local PC] https://qiita.com/JUN_WEB_FREE/items/b1a817c03cdb19487a44

I created this article because I wanted to exchange Linux data and mac data created in the above article with GUI.

Windows has WinSCP as an FTP tool, and by using this tool, data on Linux and data on Windows can be exchanged with GUI.

Is there such a tool on the mac? Of course there is. </ font>

That's Cyberduck.

Click here to install https://cyberduck.io/

スクリーンショット 2020-10-25 0.00.41.jpg

After installing it, we will move on to how to use it.

Start cyberduck with Linux on VirtualBox running.

スクリーンショット 2020-10-25 0.04.13.jpg

Click New Connection in the upper left and make the following settings. Protocol: SFTP Server: 192.168.56.101 (This matches the IP address of the connecting machine) Port: 22 (because it connects with SSH) Username: root (mostly so) Password: 123456 (This matches the password of the connecting machine) SSH Private Key: None (depending on whether you created the ssh key) Add to Keychain: None (if you like)

スクリーンショット 2020-10-25 0.08.43.jpg

Click Connect.

スクリーンショット 2020-10-25 0.09.15.jpg

This completes the connection. If you want to move the data on Linux to mac, tap two fingers and select Download. Conversely, if you want to move the data on mac to Linux, select upload with a two-finger tap.

Recommended Posts

[Cyberduck] How to exchange files on Linux (CentOS7) started by VirtualBox with mac using GUI
Connect to centos6 on virtualbox with ssh connection from Mac
How to update security on CentOS Linux 8
How to find large files on Linux
How to get started with laravel (Linux)
Run Kali Linux on Windows with GUI (without VirtualBox)
How to install Git GUI and Gitk on CentOS
How to install Python2.7 python3.5 with pyenv (on RHEL5 CentOS5) (2016 Nov)
[Linux] How to deal with garbled characters when viewing files
How to install Theano on Mac OS X with homebrew
How to start Apache by specifying httpd.conf with systemd (CentOS7, CentOS8)
How to run Jupyter and Spark on Mac with minimal settings
Getting started on how to solve linear programming problems with PuLP
How to get all traffic through VPN with OpenVPN on Linux
I tried to display GUI on Mac with X Window System
How to install Theano on Mac OS X 10.10 (using pyenv, anaconda)
How to install mysql-connector-python on mac
Steps to install VirtualBox on CentOS
How to install VMware-Tools on Linux
[Linux] I installed CentOS on VirtualBox
How to install OpenCV on Mac
How to install PyPy on CentOS
How to get started with Scrapy
How to get started with Python
How to install TensorFlow on CentOS 7
How to get started with Django
Install VirtualBox on CentOS 7 on VirtualBox (mac + vagrant)
How to install Maven on CentOS
Using Kali Linux Gui with WSL2
To connect to WIFI that is restricted by MAC address with CentOS (NetworkManager).
[Linux] How to subdivide files and folders
How to install aws-session-manager-plugin on Manajro Linux
I want to use Linux on mac
How to update php on Amazon linux 2
How to erase Python 2.x on Mac.
How to display emoji on Manjaro Linux
How to install packages on Alpine Linux
How to install Anisble on Amazon Linux 2
How to switch mouse operations on CentOS
Install Mecab on Linux (CentOS) with brew
How to power off Linux with Ultra96-V2
How to install Apache (httpd) on CentOS7
How to install php7.4 on Linux (Ubuntu)
How to correctly upgrade the software when building Linux (CentOS) with Vagrant ~ Using the example of upgrading from Python 2.7 to Python 3.6 ~
How to install Eclipse GlassFish 5.1.0 on CentOS 7
How to install Apache (httpd) on CentOS8
How to install python3 with docker centos
Useful for changing permissions on Linux! How to count up to 31 with one hand.
How to get started with the 2020 Python project (windows wsl and mac standardization)
How to build an environment for using multiple versions of Python on Mac
How to access the contents of a Linux disk on a Mac (but read-only)
Strategy on how to monetize with Python Java
How to deal with SessionNotCreatedException when using Selenium
How to install OpenGM on OSX with macports
Organize files on Windows with Linux commands-using WSL-
How to switch between Linux and Mac shells
Upload images to S3 with GUI using tkinter
How to install Camunda Modeler on Manjaro Linux
How to build Java environment on Ubuntu (Linux)
How to make Linux compatible with Japanese keyboard
How to pass args or environment variables with Makefile and make command on #Linux