Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If a web-based application or command line options are not a fit for your workflow, desktop clients are another option to transfer data. While these options are not ARCC provided tools, we have tested many of them and can provide some support for users of them. Clients that ARCC have tested are MobaXTerm, Cyberduck, and Cloudberry (MSP 360 explorer), but for this modulesection of the workshop, we will only use Cyberduck in our examples due to it being available for Windows and Mac operating systems. Before getting into the use of Cyberduck, understanding of transfer protocols is key to the use of these tools and will be discussed first.

...

Table of Contents
minLevel1
maxLevel1
outlinefalse
stylenone
typelist
printabletrue

Headers and Sections

...

Code Examples

Two Column Tables are nice ways to separate content/ Background info along with a code example on the same “Slide”. Please notice the table width. This should stop scroll bars from appearing

...

Bullets are nice to include for distinct points

...

yep

...

they

...

sure

...

Code Block
Please use the "code snippet" in the + button when creating code examples. Also please do not go
past the width of the table. This is to prevent scroll bars appearing













This is the Max number of code lines to show on an example

Straight Code - No context

Code Block
Limit to 16 lines in the example. 














This is the end

Same Thing With Images

...

Two Column Tables are nice ways to separate content/ Background info along with an image example on the same “Slide”. Please notice the table width. This should stop scroll bars from appearing

  • Bullets are nice to include for distinct points

  • yep

  • they

  • sure

  • are

    This is 14 lines

image-20240514-000033.pngImage Removed

Alternatively No Table

image-20240514-000127.pngImage Removed

Finally The End

...

Link to Previous sub-module or Home Module

...

Transfer Protocols

While the term ‘transfer protocol’ may sound like IT jargon, most people use one everyday. In fact, if you are reading this on your computer you are using the https protocol over the internet to transfer this information onto your browser. There are dozens more transfer protocols, but here we will only talk about some key ones that are used by ARCC everyday.

  • SFTP - or the SSH File Transfer Protocol, is an extension of the secure shell protocol that allows for a range of operations on remote files which make it more like a remote file system protocol. SFTP’s extra capabilities include resuming interrupted transfers, directory listings, and remote file removal.

  • S3 - or Amazon S3, was intially developed for Amazon’s web services, but has been a widely adopted protocol for other companies and services. S3 works for object type storage with terms like buckets, secret key, and access key for accessing and transferring data.

  • SMB - or Server Message Block, is a communication protocol developed by Microsoft, that enables file transfers over a shared network. SMB can be used by applications that come default on Windows with File Explorer, Mac Finder, or whatever Linux file navigator you may have.

...

ARCC Tested Data Transfer Clients

As mentioned above, ARCC has tested the following clients and can provide some support for users of these clients:

  • MobaXTerm - is a Windows only client that can be used for ssh logins as well as many other protocols, but is also an excellent SFTP client.

  • Cyberduck - is another client that can be used by Windows and Mac, that we frequently use for working with data on our Pathfinder system due to how well it works with the S3 protocol, but can use many other protocols

  • Cloudberry - is another Windows and Mac client that can use the S3 protocol, but requires a license to take advantage of it’s full functionality.

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFF0B3

WARNING: You must already have an ARCC account, two factor enabled, and ssh keys or accesskey/secretkey combo prior to attempting to use a desktop client to transfer data!

...

Connecting to MedicineBow with a Client

With a Client (Cyberduck in this example) you will want to connect to MedicineBow using the SFTP protocol to transfer data.

  • Click the “Open Connection” icon

  • Select SFTP (SSH File Transfer Protocol)

Note

You will need to have your ssh keys downloaded prior to connecting

image-20240710-182945.pngImage Added

...

Logging into MedicineBow With a Client

Once SFTP is selected (Cyberduck in this example) you will need to enter the following information:

  • Server: medicinebow.arcc.uwyo.edu

  • UWYO username

  • Password

  • Choose the file that is your ssh key. (This example is using Windows and a key tip when looking in your .ssh folder is to select “show all files”

Note

You will need to have your ssh keys downloaded prior to connecting

image-20240710-183356.pngImage Added

...

Transferring Data with a Client

Once SFTP is connected (Cyberduck in this example) you will be connected to your home directory on MedicineBow

  • From here you can navigate to anywhere that you have access to.

  • To transfer a file you can click the upload icon, or simply “drag and drop” a file from your computer

Info

After hitting “connect”, you will be asked to allow the connection

image-20240710-183951.pngImage Added

The process is similar for using Pathfinder, but will use the S3 protocol and accesskey/secretkey combo instead of a username, password, ssh key for MedicineBow.

...

Next Steps