Transferring data: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
No edit summary
(Marked this version for translation)
Line 83: Line 83:
}}
}}


==SFTP==
==SFTP== <!--T:21-->
[https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol SFTP] (Secure File Transfer Protocol) uses the SSH protocol to transfer files between machines which encrypts data being transferred.
[https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol SFTP] (Secure File Transfer Protocol) uses the SSH protocol to transfer files between machines which encrypts data being transferred.


<!--T:22-->
For example you can connect to a remote machine at <code>ADDRESS</code> as user <code>USERNAME</code> with SFTP to transfer files like so:
For example you can connect to a remote machine at <code>ADDRESS</code> as user <code>USERNAME</code> with SFTP to transfer files like so:


<!--T:23-->
<source lang="console">
<source lang="console">
[name@server]$ sftp USERNAME@ADDRESS
[name@server]$ sftp USERNAME@ADDRESS
Line 105: Line 107:
</source>
</source>


<!--T:24-->
which returns the <code>sftp></code> prompt where commands to transfer files can be issued. To get a list of commands available to use at the sftp prompt enter the <code>help</code> command.
which returns the <code>sftp></code> prompt where commands to transfer files can be issued. To get a list of commands available to use at the sftp prompt enter the <code>help</code> command.


<!--T:25-->
There are also a number of graphical programs available for Windows, Linux and Mac OS, such as [https://winscp.net/eng/index.php WinSCP] and [http://mobaxterm.mobatek.net/ MobaXterm] (Windows), [https://filezilla-project.org filezilla] (Windows,Mac, and Linux), and [https://cyberduck.io/?l=en cyberduck] (Mac and Windows).
There are also a number of graphical programs available for Windows, Linux and Mac OS, such as [https://winscp.net/eng/index.php WinSCP] and [http://mobaxterm.mobatek.net/ MobaXterm] (Windows), [https://filezilla-project.org filezilla] (Windows,Mac, and Linux), and [https://cyberduck.io/?l=en cyberduck] (Mac and Windows).
[[Category:Connecting]]
[[Category:Connecting]]
cc_staff
1,486

edits

Navigation menu