FullSync Manual - Connection Types


      FullSync supports a very flexible way of accessing different file system types as source and destination for synchronization. Currently available are the following types:

      file:///[drive:/]absolute-path
      Access the local filesystem directly. For windows, add the drive letter. No username or password required/supported.

      ftp://host[:port]/relative-path[?[passive=true|false][&compatible=true|false]]
      Access a remote server using ftp. Uses username and password to authenticate.
      [0.9.1] As of FullSync 0.9.1 you can add two query options to the url:
      passive
      defaults to true, if you have connection problems set it false
      compatible
      defaults to false, if you have problems with directories containing minus or spaces set it to true.
      Example: ftp://myhost/path/path?compatible=true&passive=false

      sftp://host[:port]/relative-path
      Access a remote server using sftp. Uses username and password to authenticate.

      smb://host/share/relative-path
      Access a computer using smb. Uses username and password to authenticate. If you need to specify a domain, use "username@domain" in the username field.





      Back to Home