Support Center
Open Question
How do I transfer my files on my computer to my workspace on nanohub?
One part of my code is on my ecn account in Purdue.While the rest of the code is on my workspace on nanohub. How do I get my files from ecn network to my workspace?
Tags:
Asked by Anonymous - 1 year ago - 1 response
Status: Accepting answers 0 Good question Report abuse
Answers (1)
-
There are a few ways to do this. One is to use sftp to transfer files back and forth:
sftp yourlogin@sftp.nanohub.org
Replace "yourlogin" with your nanoHUB login. The sftp program will prompt you for your nanoHUB password. You can then "cd" to the desired directory in the nanoHUB file system and use "get" or "put" to transfer files.
Another way is to use webdav from your Linux, Mac, or Windows desktop to access your nanoHUB files. This lets you mount your nanoHUB file system locally, and transfer files by dragging them in or out of your file browser. For more details, see https://www.nanohub.org/kb/tips/how_to_use_webdav_to_access_your_nanohub_storage.
But you mentioned that you were transferring code around. The best way to do that is to use Subversion--a source code control system. You can add your files to a subversion repository, and then checkout that repository and edit it on many different systems. Subversion will keep your files in sync and help you resolve changes. If you follow the process for contributing tools to nanoHUB, we'll create a project area for you on our https://developer.nanohub.org site, which includes a Subversion repository for your source code.1 year ago
Helpful answer? 0Yes 0No Login to vote. Report abuse