SFTP

Posted by nix under info, internet, linux, programming, tips

Secure File Transfer Protocol (sftp) is a file transfer program which runs over an ssh tunnel and uses many features of ssh, including compression and encryption. Essentially, sftp is a drop-in replacement for the standard command-line ftp client, but with ssh authentication. Starting sftp The command for starting sftp is as follows: ComputerName:~# sftp user@abcd.com [...]

  • Share/Bookmark

How to SFTP

Posted by nix under linux

You can use command line SFTP from your Unix account, or from your Mac OS X or Unix workstation. To start an SFTP session, at the command prompt, enter: sftp username@host For example, to connect to your dvader account on the host sithlord.org, you would enter: sftp admin@hikecn.com Enter your password when prompted. Some standard [...]

  • Share/Bookmark
 

Switch to our mobile site