Ubuntu 10.04 SFTP to sync?

Get help for specific problems

Anonymous

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
User avatar
Site Admin
Posts: 7040
Joined: 9 Dec 2007

Zenju

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