Code Monkey home page Code Monkey logo

sfsyncbrowser's Introduction

Introduction

SFSyncBrowser is a file synchronization and remote file browsing program. It supports sftp and local mounts. It is by far not as complete as cyberduck or winsftp, but it is fast (and not much code), with solid synchronization, supports multiple bookmarks per server, and multiple protocols per server (like sftp/local mount).

  • Browse a server, view and edit files. Use drag'n'drop between local fild browser and remote.

  • Single-file synchronization happens automatically.

  • Any remote folder can be synchronized quickly into a cache folder, very useful for offline work.

  • It can start a ssh tunnel automatically if the host is not reachable directly.

  • Define "permanent syncs" for backup and synchronization

    • Works also well with Android devices via ssh also without root (SSHelper etc) where the file attributes (time etc) sometimes can't be set.
    • It keeps a local database to keep track of changes (remote / local) without the need for full syncs.
    • You can define subsets for partial syncs (faster); the same cache database is used.
  • SFSB does not use a proper disk-backed database which would allow an unlimited number of files, databases are slower than java's ConcurrentSkipListMap. 1 GB RAM is enough for around a million files.

More information

  • sftp: use publickey or password-based authentication (password stored in settings file)
  • Symbolic link (symlink) handling: browser follows symlinks, synchronization ignores symlinks (but accepts symlinked paths in basefolders etc).

Status

I use it on mac daily, and less often on windows.

File synchronization is a delicate thing. However, if you keep the Files list-view on the default setting "changes", you can review everything before pressing Synchronize.

  • There is no sanity check before synchronization, so you can create the paradox to delete a folder but copy a child file. This will result in nice synchronization errors, no data loss will happen.
  • The routine that assigns the initial actions after file scan is tested on program startup. Check the code, I find this safe.
  • But I can't be responsible for any data loss, of course.

How to use

  • Download the zip, extract it somewhere and run it. It is not signed, google for "open unsigned mac/win".

  • Everything should be self-explanatory (watch out for tooltips).

  • Remote file browser keyboard shortcuts not in context menu:

    • right: enter folder
    • left: go to parent
    • space: quicklook (on mac)
    • meta-w: close
    • alphanumeric keys search through file list

How to develop, compile & package

Used frameworks

License

MIT

sfsyncbrowser's People

Contributors

wolfgangasdf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.