====== sFTP ====== [[wp>SSH_File_Transfer_Protocol|Secure File Transfer Protocol (sFTP)]] is a method of transferring files between computers. It utilises [[wp>SSH]] to ensure that passwords are sent encrypted rather than as plain text when [[wp>FTP]] is used which is insecure as the password could be intercepted en-route compromising the security of the remote server. ===== Getting an Account ===== First step is to have an account on the remote system setup for you by the administrator. They will email you your username and password. Both will be case-sensitive so be careful when you are typing them. ===== GNU/Linux ===== If you are using GNU/Linux then there are command line tools such as ''sftp'' that are part of [[http://www.openssh.org/|OpenSSH]] or you can find graphical interfaces such as [[http://www.gftp.org|gFTP]] (or the Qt based equivalent). Consult your distributions package management system, on [[http://www.gentoo.org/|Gentoo]] use ''eix ftp'' to see what programs are available then ''emerge'' your choice. ===== M$-Windows ===== If you are using M$-Windows then a good client is [[https://winscp.net/eng/index.php|WinSCP]], download, scan for viruses and install it. ==== Establishing a Connection ==== The WinSCP [[https://winscp.net/eng/docs/ui_login#session_settings|documentation]] should guide you through setting up your connection. You'll need to know either the [[wp>IP_address|IP Address]] or the server name to which you want to connect (in addition to your account details). By default the port used is ''22'' but its possible the system administrator may have changed this, if so they will tell you what port to use. ==== Transferring Files ==== Once you've established a connection WinSCP will show you two panes/windows similar to the usual File Explorer. One of these is the remote system to which you have connected, the other is the local system on the computer you are using. Its then as simple as navigating around and dragging and dropping files from one system to another (or you can right-click on directories on the remote system and select to ''Download''). {{tag>gentoo sftp linux}}