Hi,
I have x64 ubuntu and FFS v.3.8, and I'm trying to sync local folder like this
:
/home/kreso/IMAGES/
with sftp location on my lan, second pc (also ubuntu) like this:
sftp://martina@mk-lap/home/martina/IMAGES/
and I get error:
At least one directory input field is empty.
(You can ignore the error to consider not existing directories as empty.)
So I gues, that my syntax for sftp location is not good. How to add this to
this great little app!
Thanks
Ubuntu 10.04 SFTP to sync?
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
SFTP is not supported directly. FFS accesses files via ordinary
fopen/fclose-calls. Therefore you'll need a wrapper that redirects SFTP to
a regular directory structure.
-Zenju
fopen/fclose-calls. Therefore you'll need a wrapper that redirects SFTP to
a regular directory structure.
-Zenju