From fe9eb89ebc1b3c33cbac00a3fa095a14faef9113 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:28:01 +0200 Subject: 5.22 --- BUILD/Help/html/Synchronize with FTP.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'BUILD/Help/html/Synchronize with FTP.html') diff --git a/BUILD/Help/html/Synchronize with FTP.html b/BUILD/Help/html/Synchronize with FTP.html index 43cc5a1b..cbca698d 100644 --- a/BUILD/Help/html/Synchronize with FTP.html +++ b/BUILD/Help/html/Synchronize with FTP.html @@ -50,10 +50,7 @@ drive letter:

Compare by File Size.



-


-

-


-

+

Synchronize with SFTP (Linux)


@@ -62,13 +59,18 @@ SFTP (Linux) share can be easily mapped onto a local folder for use with FreeFileSync:

-

  • Install:
    sudo - apt-get install sshfs
     

    -
  • Mount - SFTP share:
    sshfs - ssh-account@ssh-server:<path> mountpoint
     

    -
  • Unmount:
    fusermount - -u mountpoint

    +
  • + Install: +
    sudo apt-get install sshfs
    +  

    + +
  • + Mount SFTP share: +
    sshfs ssh-account@ssh-server:<path> mountpoint
    +  

    + +
  • Unmount: +
    fusermount -u mountpoint



    -- cgit