RAPI support

Discuss new features and functions
Posts: 1
Joined: 31 Dec 2008

tobosoft

Is there a chance to get RAPI support in the program ? I need it to
synchronize my Windows Mobile Device via Activesync / WMDC with the PC. The
special folders of the devvice are to see only in Windows Explorer windows, so
they cannot choosed to sync.
User avatar
Site Admin
Posts: 7212
Joined: 9 Dec 2007

Zenju

It's possible, but before that, FFS needs to implement a file system
abstraction layer. Right now it directly reads and writes files through WinAPI
(at kernel level).
This is a planned feature that is also required for accessing compressed
archives (e.g. zip or rar):
[404, Invalid URL: https://sourceforge.net/tracker/?func=detail&aid=3041854&group_id=234430&atid=1093083]
RAPI could then be added as a second client to this new interface.