Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building a BeagleBone Black Super Cluster

You're reading from  Building a BeagleBone Black Super Cluster

Product type Book
Published in Nov 2014
Publisher
ISBN-13 9781783989447
Pages 156 pages
Edition 1st Edition
Languages
Author (1):
Andreas J Reichel Andreas J Reichel
Profile icon Andreas J Reichel

Transferring files from and to the BeagleBone master node


Of course, it will be necessary to back up your code and other files or simply transfer anything you want between a remote computer and the cluster's master node. There are different ways through which you can accomplish this. The easiest way is to use the Samba share that you have already configured.

However, you can use other ways such as file transfer protocol (FTP), of course.

The FTP server

For secure FTP server functionality, you can install the vsftpd package, which stands for very secure ftp daemon. This is a package that was created in order to provide a very secure version of the FTP server software. You can install it by typing the following:

sudo apt-get install vsftpd

I got an error message after this, but I just repeated the command and it finished successfully. After the installation and configuration process, the server is started automatically. By default, the server is anonymous, which means that it does not allow...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}