What are secure FTP and Telnet?

Secure File Transfer Protocol (SFTP) is a secure method for transferring files from one computer to another through networks such as the Internet. This replaces the traditional File Transfer Protocol (FTP), where data are transmitted in clear text and hence could be intercepted. With SFTP, login passwords and data are encrypted during data transfer.

Secure Shell (SSH) is a network protocol that provides a secure method for remote access. SSH was designed as a replacement for telnet and other insecure remote shells. Encryption is enforced to ensure a secure connection.



Secure FTP and Telnet Services at EdUHK

SFTP and SSH services are available in the following central network servers at EdUHK.

Server HostnameDescriptionSupport SFTPSupport SSH
sun.eduhk.hkUnix server for
- Internet webpages
- Intranet webpages
- Staff personal webpages
YesYes
moon.eduhk.hkUnix server for students' personal webpagesYesYes
msftp.eduhk.hkMicrosoft-based network drives (N & S Drive) for file storageYes-

 


Recommended Software Tools

OCIO recommends the following software for accessing our servers.

1. Secure FTP (SFTP)

For Windows (Network PC at EdUHK): 

WinSCP is an open-source SFTP client for secure transfer of files between local and remote computers. Users can access WinSCP via "Network Teaching Software" on network PCs at EdUHK .

For Windows (Non-EdUHK PC): 

For non-EdUHK network PCs/notebooks, users can download WinSCP from http://winscp.net. To set up WinSCP to access network servers, you need to configure it with the corresponding hostname (e.g. msftp.eduhk.hk, sun.eduhk.hk or moon.eduhk.hk) and protocol (i.e. SFTP). 

How to use it?

  1. Open WinSCP. 
  2. Choose a server from the preset list (e.g. N, S Drive) and click "Login".
    WinSCP (SFTP) login screen
     
  3. Enter your username and password.
  4. You can transfer files between your PC and the server by dragging and dropping.
     transfer files screen
     
  5. To disconnect the current session, click "Tabs" and "Disconnect Session" from the toolbar.

     

 

For Mac:

For Mac users, please use Cyberduck or any other SFTP client software you prefer.

 

Note: For access off campus, please connect to the University's SSL VPN.

 



Secure Shell (SSH)

For Windows and Mac:

PuTTY is a free and open-source terminal emulator application which can act as SSH client software.

If you have installed WinSCP on your computer, you could launch PuTTY via WinSCP. Click "Commands" in the menu bar and then "Open in PuTTY" without installing it separately.

PuTTY via WinSCP's menu