Results 1 to 3 of 3

Thread: SFTP over SSH

  1. #1
    Join Date
    Aug 2012
    Beans
    28

    Arrow SFTP over SSH

    I hear this expression quite a lot lately and I still dont know how this is possible to have sftp over ssh well I rly want to know how this works theoretically and practically thanks guys

  2. #2
    Join Date
    Jul 2011
    Beans
    3,037
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: SFTP over SSH

    SFTP = SSH File Transfer Protocol. See

    http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol

  3. #3
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: SFTP over SSH

    Practically, you can use the text-based SFTP client in the shell by opening a terminal and entering sftp plus the address of the server you are connecting to.

    Code:
    sftp -l hhaydoura xx.yy.zz.aa
    Or you can use your file manager, either Dolphin or Nautilus. In either you can press ctrl-L or in Nautilus choose the menu File->Connect to Server->SSH. That will give you a graphical interface to work with.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •