Difference between revisions of "SFTP from home to university"

From mi-linux
Jump to navigationJump to search
 
Line 6: Line 6:
  
 
==== Windows ====
 
==== Windows ====
1.  Download and install the freely available Filezilla FTP client.
+
1.  Download and install the freely available [http://sourceforge.net/project/showfiles.php?group_id=21558// Filezilla] FTP client, or use your preffered application.
2.   
+
 
 +
2. Create a new connection using the following settings:
 +
 
 +
* Host: mi-linux.wlv.ac.uk
 +
* Servertype: SFTP - SSH File Transfer Protocol
 +
* Logontype: Normal
 +
* Username:  (Enter your student number here)
 +
* Password: (Enter your IT password here)
 +
* If there is an option called "Advanced Settings", under ''Default Remote Directory''enter "/home/stud/0/Your Student Number/public_html/".
 +
 
 +
Now try to connect-if connection has been a success, you will see the contents of your ''public_html'' folder.  If not, try confirguring your firewall, or download the [http://www.kernel.org/pub/dist/knoppix// Knoppix Linux Live distribution] and load Linux.
 +
   
  
 
==== Linux ====
 
==== Linux ====
 +
1.  Burn the Linux Live CD to a blank disk, configure your BIOS to boot from USB, and load Linux.  You can find in-depth information regarding how to do this [https://mi-linux.wlv.ac.uk/wiki/index.php/Installing_Slax_Linux_onto_a_USB_pendrive here] and [https://mi-linux.wlv.ac.uk/wiki/index.php/Installing_any_Live_Linux_distribution_onto_a_USB_pendrive here].
 +
 +
2.  Load the Konqueror browser.
 +
 +
3.  Enter "SFTP://mi-linux.wlv.ac.uk" into the address bar and hit enter.
 +
 +
4.  You will be prompted to enter your student number and IT password.  Do so.
 +
 +
5.  You will now see the contents of your public_html folder.

Revision as of 22:44, 29 March 2007

Posted by Andy Fletcher, 0608230

SFTP from home to university

There are two ways to transfer files from home to university, both using the secure file transfer protocol.

Windows

1. Download and install the freely available Filezilla FTP client, or use your preffered application.

2. Create a new connection using the following settings:

  • Host: mi-linux.wlv.ac.uk
  • Servertype: SFTP - SSH File Transfer Protocol
  • Logontype: Normal
  • Username: (Enter your student number here)
  • Password: (Enter your IT password here)
  • If there is an option called "Advanced Settings", under Default Remote Directoryenter "/home/stud/0/Your Student Number/public_html/".

Now try to connect-if connection has been a success, you will see the contents of your public_html folder. If not, try confirguring your firewall, or download the Knoppix Linux Live distribution and load Linux.


Linux

1. Burn the Linux Live CD to a blank disk, configure your BIOS to boot from USB, and load Linux. You can find in-depth information regarding how to do this here and here.

2. Load the Konqueror browser.

3. Enter "SFTP://mi-linux.wlv.ac.uk" into the address bar and hit enter.

4. You will be prompted to enter your student number and IT password. Do so.

5. You will now see the contents of your public_html folder.