{"id":2787,"date":"2019-03-20T12:27:30","date_gmt":"2019-03-20T12:27:30","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf3\/?page_id=2787"},"modified":"2024-05-08T17:11:27","modified_gmt":"2024-05-08T16:11:27","slug":"windows","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/filesystems\/file-transfer\/windows\/","title":{"rendered":"Window GUI tools"},"content":{"rendered":"<h2>GUI Tools<\/h2>\n<p>We recommend using the free <a href=\"https:\/\/mobaxterm.mobatek.net\/\">MobaXterm<\/a> application for file-transfers to\/from the CSF and also for your day-to-day command-line access to it. Hence this tool provides everything you need to use the CSF! You may also want to use the free <a href=\"https:\/\/winscp.net\/eng\/index.php\">WinSCP<\/a> tool which is an easy-to-use file-transfer app.<\/p>\n<h2>MobaXterm File Transfers<\/h2>\n<p>For help with downloading, installing and logging in to the CSF using MobaXterm please see our <a href=\"\/csf3\/getting-started\/connecting\/windows\/\">logging in guide<\/a>. <\/p>\n<p>Once you have logged in your can drag-n-drop files to your CSF home-directory using the file-browser in the MobaXterm window. By default it will show the contents of your CSF <em>home<\/em> directory. Alternatively you can use the upload and download buttons. See the image below.<br \/>\n<a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-csf3-red.png\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-csf3-red.png\" alt=\"MobaXterm file transfer methods\" width=\"550\" class=\"alignnone size-full wp-image-2788\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-csf3-red.png 960w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-csf3-red-300x194.png 300w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-csf3-red-768x497.png 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/a><\/p>\n<h3>Accessing your Scratch area in MobaXterm<\/h3>\n<p>The MobaXterm file-browser will show a list of sub-directories (folders) in your CSF <em>home<\/em> area. You might expect your <em>scratch<\/em> folder to appear here. However, MobaXterm displays this using a <em>file<\/em> icon further down the list (the list is sorted alphabetically). Hence the <em>scratch<\/em> area is accessible by scrolling down the list and clicking on the <em>scratch<\/em> file icon.<\/p>\n<p>Alternatively, type the full path to your scratch area in to the file-browser location, using:<\/p>\n<pre>\r\n\/scratch\/<em>username<\/em>\r\n<\/pre>\n<p>where <code><em>username<\/em><\/code> is your CSF username.<\/p>\n<p>The image below shows these two methods of accessing your scratch area.<br \/>\n<a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-scratch-csf3-red.png\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-scratch-csf3-red.png\" alt=\"MobaXterm access to CSF scratch\" width=\"550\" class=\"alignnone size-full wp-image-2789\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-scratch-csf3-red.png 833w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-scratch-csf3-red-300x186.png 300w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/mobaxterm-file-transfer-methods-scratch-csf3-red-768x477.png 768w\" sizes=\"(max-width: 833px) 100vw, 833px\" \/><\/a><\/p>\n<h3>Command-line file transfers<\/h3>\n<p>If you are familiar with the <a href=\"..\/linux-mac\">Linux \/ Mac command-line tools<\/a> such as <code>rsync<\/code>, you can use these in MobaXterm to transfer files. Simply start a &#8220;Local Terminal&#8221; in MobaXterm (to give you the familiar black window) but do not log in to the CSF. Instead, you remain on your local machine. <\/p>\n<p>You can then navigate using the command-line to a local folder. For example:<\/p>\n<pre>\r\n# Navigate to a folder on your laptop's C drive in the MobaXterm local session\r\ncd \/drives\/C\/work\/data\/\r\n<\/pre>\n<p>The <code>rsync<\/code> command can be used to transfer files. <strong>Please note:<\/strong> you CANNOT use the Linux short-hand character <code>~<\/code> to mean your &#8220;CSF home directory&#8221;. This is because rsync in MobaXterm incorrect expands this to be your local MobaXterm home directory &#8211; i.e. it expands the <code>~<\/code> <em>before<\/em> you are logged in to the CSF.<\/p>\n<pre>\r\nrsync -av *.dat <em>username<\/em>@csf3.itservices.manchester.ac.uk:\/scratch\/<em>username<\/em>\/data\/\r\n                 #                                                 #\r\n                 #                                                 # Replace <em>username<\/em> with your own.\r\n                 #                                                 # DO NOT use the ~\/scratch shortcut.\r\n                 #                                                 # It fails in MobaXterm. Use:\r\n                 #                                                 # \/scratch\/<em>username<\/em>\/\r\n                 #\r\n                 # Replace <em>username<\/em> with your own\r\n<\/pre>\n<p>The above example will transfer all files ending in <code>.dat<\/code> from your local <code>C:\\work\\data\\<\/code> folder to a folder named <code>data<\/code> in your CSF scratch area.<\/p>\n<h2>WinSCP<\/h2>\n<p>The free <a href=\"https:\/\/winscp.net\/\">WinSCP<\/a> tool allows files to be transferred to and from the CSF using a drag-n-drop interface. It may already be installed if using a campus cluster PC. You can also download and install for free on your own computer. The instructions below assume you have an installed version on the PC you are using.<\/p>\n<p>We&#8217;ll set up a CSF session in WinSCP so that you only need to type the settings in once:<\/p>\n<ol class=\"gaplist\">\n<li>Start the <strong>WinSCP<\/strong> program from the Start menu.<\/li>\n<li>You only need to do steps 2 &amp; 3 the first time you start WinSCP on this PC. If you&#8217;ve already done the following step, jump to <a href=\"#winscplogin\">Step 4<\/a>. Otherwise fill in the details as shown below:\n<ul class=\"nogaplist\">\n<li>Host name: <strong>csf3.itservices.manchester.ac.uk<\/strong><\/li>\n<li>User name: <strong>your University IT username<\/strong><\/li>\n<li>Password: <strong>your University IT password<\/strong>\n<\/ul>\n<p>Then hit <strong>Save<\/strong><br \/>\n<a href=\"\/csf3\/wp-content\/uploads\/winscp-new-session-config-red.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-new-session-config-red.png\" alt=\"Create a new CSF3 session\" width=\"600\" height=\"375\" class=\"size-full wp-image-3080\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-new-session-config-red.png 600w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-new-session-config-red-300x188.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/li>\n<li>To save the above settings, give the session a name (any name will do, here we use <code>CSF3<\/code>) and hit <strong>OK<\/strong><br \/>\n<a href=\"\/csf3\/wp-content\/uploads\/winscp-new-session-config-save-as-red.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-new-session-config-save-as-red.png\" alt=\"Save the new session config\" width=\"332\" height=\"211\" class=\"size-full wp-image-3081\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-new-session-config-save-as-red.png 332w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-new-session-config-save-as-red-300x191.png 300w\" sizes=\"auto, (max-width: 332px) 100vw, 332px\" \/><\/a><\/li>\n<li><a name=\"winscplogin\"><\/a>Now we can log in to the CSF in WinSCP. We&#8217;ll do this step every time we wish to transfer files to the CSF. Highlight the <strong>CSF<\/strong> session and hit <strong>Login<\/strong>.<br \/>\n<a href=\"\/csf3\/wp-content\/uploads\/winscp-csf3-session-created-red.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-created-red.png\" alt=\"Login using the new CSF3 profile\" width=\"600\" height=\"375\" class=\"size-full wp-image-3082\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-created-red.png 600w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-created-red-300x188.png 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/li>\n<li>Enter your password when asked.<br \/>\n<a href=\"\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-password-red.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-password-red.png\" alt=\"Enter your IT password to login to the CSF3\" width=\"390\" height=\"308\" class=\"size-full wp-image-3083\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-password-red.png 390w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-password-red-300x237.png 300w\" sizes=\"auto, (max-width: 390px) 100vw, 390px\" \/><\/a><\/li>\n<li>When first logging in you may be asked to accept a new <em>host key<\/em>. It is safe to do so:<br \/>\n<a href=\"\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-host-key-warning-red.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-host-key-warning-red.png\" alt=\"It is safe to accept the CSF3 host key\" width=\"486\" height=\"354\" class=\"size-full wp-image-3092\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-host-key-warning-red.png 486w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-login-host-key-warning-red-300x219.png 300w\" sizes=\"auto, (max-width: 486px) 100vw, 486px\" \/><\/a><\/li>\n<li>You can now drag-n-drop files between the two systems. Your local PC is on the left, the CSF on the right (click on image to enlarge).<br \/>\n<a href=\"\/csf3\/wp-content\/uploads\/winscp-csf3-session-logged-in-red.png\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-logged-in-red.png\" alt=\"Drag and drop files between your PC and the CSF\" width=\"600\" class=\"wp-image-3085\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-logged-in-red.png 985w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-logged-in-red-300x165.png 300w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/winscp-csf3-session-logged-in-red-768x423.png 768w\" sizes=\"(max-width: 985px) 100vw, 985px\" \/><\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>GUI Tools We recommend using the free MobaXterm application for file-transfers to\/from the CSF and also for your day-to-day command-line access to it. Hence this tool provides everything you need to use the CSF! You may also want to use the free WinSCP tool which is an easy-to-use file-transfer app. MobaXterm File Transfers For help with downloading, installing and logging in to the CSF using MobaXterm please see our logging in guide. Once you have.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/filesystems\/file-transfer\/windows\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":2767,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2787","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2787","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/comments?post=2787"}],"version-history":[{"count":20,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2787\/revisions"}],"predecessor-version":[{"id":3079,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2787\/revisions\/3079"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2767"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/media?parent=2787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}